mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
cli: fix minor typo (#23811)
This commit is contained in:
parent
9b8a1607ed
commit
c826923b16
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
`cli` is a command line option parser, that supports
|
`cli` is a command line option parser, that supports
|
||||||
declarative subcommands, each having separate set of options.
|
declarative subcommands, each having a separate set of options.
|
||||||
|
|
||||||
See also the `flag` module, for a simpler command line option parser,
|
See also the `flag` module, for a simpler command line option parser,
|
||||||
that supports only options.
|
that supports only options.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue