Expand description
Modules§
- select
- Module for all things relating to select prompts.
Macros§
- error
- Macro very similar to
eprintln!
in the standard library, just prints in red.
Structs§
- ArgMatches
- Used to get information about the arguments that were supplied to the program at runtime by
the user. New instances of this struct are obtained by using the
App::get_matches
family of methods. - Config
- The core config struct used within Brix’s lifecycle. Mostly the direct output of the CLI args and flags, but includes some additional properties as well.
Functions§
- clap_
matches - Executes the core
clap
function to parse argumensts fromenv::args_os()
.