Skip to content

Commit

Permalink
fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyle committed Jan 4, 2024
1 parent f0066ba commit 8d0715d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions common/src/cmd_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ use log::LevelFilter;
use proc_macros::error;

/// Gets the command-line arguments.
/// Arguments should be formatted in the following way:
///
/// --key[=value]
///
/// Arguments should be formatted as `--key[=value]`.
/// The output is a `HashMap` containing keys mapped to values.
/// The keys have all leading `-` characters removed.
/// If an argument is passed as a flag without a corresponding value,
Expand Down

0 comments on commit 8d0715d

Please sign in to comment.