mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
flag: fix minor typo (#23512)
This commit is contained in:
parent
c2b7dbf9b4
commit
504ec54be1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Description
|
# Description
|
||||||
|
|
||||||
A V module to parse, map and document different command line option flag styles
|
A V module to parse, map and document different command line option flag styles
|
||||||
(as typically found in in `os.args`).
|
(as typically found in `os.args`).
|
||||||
|
|
||||||
`flag.to_struct[T](os.args)!` can map flags into user defined V `struct`s via
|
`flag.to_struct[T](os.args)!` can map flags into user defined V `struct`s via
|
||||||
compile time reflection.
|
compile time reflection.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue