1
2
3
4
5
6
// License: see LICENSE file at root directory of `master` branch

//! # Arguments

/// # Standard input/output indicator: `-`
pub const STDIO_INDICATOR: &str = concat!('-');