Skip to content

Commit

Permalink
fic:(review) modify a point by reviewing
Browse files Browse the repository at this point in the history
  • Loading branch information
sttk committed May 11, 2023
1 parent 07e00b0 commit baa6c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This way uses `Parse` function.
This function automatically divides command line arguments to options and command arguments.

Command line arguments starting with `-` or `--` are options, and others are command arguments.
If it is wanted an option to have an argument, make `=` and the argument follow the option name, e.g. `foo=123`.
If an option is wanted to have an argument, make `=` and the argument follow the option name, e.g. `foo=123`.

`--` makes all command line arguments after it command arguments, even they start with `-` or `--`.

Expand Down

0 comments on commit baa6c95

Please sign in to comment.