generated from PlexSheep/rs-base
docs: fix --help formatting
cargo devel CI / cargo CI (push) Has been cancelled
Details
cargo devel CI / cargo CI (push) Has been cancelled
Details
This commit is contained in:
parent
83250589fb
commit
9c9b476b22
|
@ -76,13 +76,17 @@ pub struct FormatOptions {
|
||||||
///
|
///
|
||||||
/// Formats:
|
/// Formats:
|
||||||
///
|
///
|
||||||
/// - '0x' - Hexadecimal
|
/// * '0x' - Hexadecimal
|
||||||
/// - '0b' - Binary
|
|
||||||
/// - '0o' - Octal
|
|
||||||
/// - '0s' - Base64
|
|
||||||
/// - '032s' - Base32
|
|
||||||
///
|
///
|
||||||
/// The numbers may be left empty at first, if numbers are provided with the stdin.
|
/// * '0b' - Binary
|
||||||
|
///
|
||||||
|
/// * '0o' - Octal
|
||||||
|
///
|
||||||
|
/// * '0s' - Base64
|
||||||
|
///
|
||||||
|
/// * '032s' - Base32
|
||||||
|
///
|
||||||
|
/// The numbers may be left empty at first, if numbers are provided from the stdin.
|
||||||
numbers: Vec<NumberType>,
|
numbers: Vec<NumberType>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue