cli: fix minor typo (#23811)

This commit is contained in:
Kim Shrier 2025-02-26 00:04:39 -07:00 committed by GitHub
parent 9b8a1607ed
commit c826923b16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
## Description
`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,
that supports only options.