Expand description
Macros for the bash_builtins crate.
Macros§
- builtin_
metadata - Macro to generate the code to define a new builtin for bash.
Derive Macros§
- Builtin
Options - A derive macro to generate a command-line arguments parser for
Args::options. The parser uses thegetopt()implementation provided by bash.