Skip to content

Commit

Permalink
clean up the format help message
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Nov 20, 2020
1 parent 4a101b7 commit d50498c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main.rs
Expand Up @@ -19,8 +19,10 @@ struct Options {
)]
config_path: PathBuf,

/// How do you want the results presented? Only really useful if you
/// want JSON output to reformat for an external system.
/// How do you want the results presented? Only really useful if you're a
/// computer calling this script. If you're an editor, try the `editor` for
/// line info without the human-readable action message at the bottom. If
/// you're not, try the `json` output. Delicious!
#[clap(long, env("ELM_FORBID_IMPORT_FORMAT"), default_value = "human")]
format: Format,

Expand Down

0 comments on commit d50498c

Please sign in to comment.