mirror of
https://github.com/vlang/v.git
synced 2025-09-08 23:07:19 -04:00
cli: fix minor typo (#23811)
This commit is contained in:
parent
9b8a1607ed
commit
c826923b16
@ -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…
x
Reference in New Issue
Block a user