Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Fix typo #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ auto cli
```

`Opt`s specify options that start with a short dash (`-`) or long dash (`--`).
On Windows forward slashes are also accepted (and automatically interpretted as a short dash).
On Windows forward slashes are also accepted (and automatically interpreted as a short dash).
Options can be argument taking (such as `-w 42`), in which case the `Opt` takes a second argument - a hint,
or they are pure flags (such as `-d`), in which case the `Opt` has only one argument - which must be a boolean.
The option names are provided in one or more sets of square brackets, and a description string can
Expand Down