Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm committed Jul 21, 2024
1 parent ed42fbc commit 8a6a608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ parse "$@"
eval "set -- $REST"
```

The above code `exit 1` is the recommended option.
This allows you to exit if the `getoptions` command is not found.
The mysterious `exit 1` above is code for exiting when the `getoptions`
command is not found. The last character output by `getoptions` is `#`.

If you omit the option parser name or use `-`, it will define the default option
parser and parse arguments immediately.
Expand Down

0 comments on commit 8a6a608

Please sign in to comment.