Expand description
§Brix Commands
Stores all supported commands and common functionality between commands.
Macros§
- dir
- Macro to easily join the working directory with a given path.
Structs§
- Copy
Command - The Brix copy command
- Exec
Command - The Brix exec command
- Mkdir
Command - The Brix mkdir command
- Processed
Command Params - A complete struct containing all possible fields in a command. All values are in their preferred type and not just strings.
- Search
Replace Command - The Brix search_replace command
- Template
Command - The Brix template command
Traits§
- Command
- The base command trait that all commands must implement.