mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
flags: Mention varg in the documentation
This commit is contained in:
@@ -20,6 +20,13 @@ The format is similar to the Odin binary's way of handling compiler flags.
|
|||||||
-<map>:<key>=<value> set map[key] to value
|
-<map>:<key>=<value> set map[key] to value
|
||||||
|
|
||||||
|
|
||||||
|
Unhandled Arguments:
|
||||||
|
|
||||||
|
All unhandled positional arguments are placed into the `varg` field on a
|
||||||
|
struct, if it exists. In UNIX-style parsing, the existence of a `--` on the
|
||||||
|
command line will also pass all arguments afterwards into this field.
|
||||||
|
|
||||||
|
|
||||||
Struct Tags:
|
Struct Tags:
|
||||||
|
|
||||||
Users of the `core:encoding/json` package may be familiar with using tags to
|
Users of the `core:encoding/json` package may be familiar with using tags to
|
||||||
|
|||||||
Reference in New Issue
Block a user