Skip to content

Commit

Permalink
Merge pull request #77 from bugsweeper/patch-2
Browse files Browse the repository at this point in the history
Update 3_ecosystem / 3_9_cmd_env_conf / README.md
  • Loading branch information
Wandalen authored Jun 25, 2024
2 parents d374121 + b30c641 commit 3d9121f
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions 3_ecosystem/3_9_cmd_env_conf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,15 @@ The following priority should be applied (in ascending order) when merging:
[CLI] of the program should look like:
```
$ cargo run -- --help
step_3_9 0.1.0
Prints its configuration to STDOUT.
Prints its configuration to STDOUT
USAGE:
step_3_9 [FLAGS] [OPTIONS]
Usage: step_3_9 [OPTIONS]
FLAGS:
-d, --debug Enables debug mode
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-c, --conf <conf> Path to configuration file [env: CONF_FILE=] [default: config.toml]
Options:
-d, --debug Enables debug mode
-c, --conf <CONF> Path to configuration file [env: CONF_FILE=] [default: config.toml]
-h, --help Print help
-V, --version Print version
```


Expand Down

0 comments on commit 3d9121f

Please sign in to comment.