Expand description
Shared functionality between argh_derive and the argh runtime.
This library is intended only for internal use by these two crates.
Structs§
- Command
Info - Information about a particular command used for output.
- Command
Info With Args - Information about the command line arguments for a given command.
- Error
Code Info - Information about a documented error code.
- Flag
Info - Information about a flag or option.
- Positional
Info - Information about positional arguments
- SubCommand
Info - Information about a subcommand. Dynamic subcommands do not implement get_args_info(), so the command field only contains the name and description.
Enums§
- Flag
Info Kind - The kind of flags.
- Optionality
- The optionality defines the requirments related to the presence of the argument on the command line.
Constants§
Functions§
- write_
description - Write command names and descriptions to an output string.