Crate bash_builtins_macro

Source
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§

BuiltinOptions
A derive macro to generate a command-line arguments parser for Args::options. The parser uses the getopt() implementation provided by bash.