Crate bash_builtins_macro[−][src]
Expand description
Macros for the bash_builtins crate.
Macros
Macro to generate the code to define a new builtin for bash.
Derive Macros
A derive macro to generate a command-line arguments parser for
Args::options. The parser uses the getopt() implementation provided by
bash.