Crate brix_commands
source · [−]Expand description
Brix Commands
Stores all supported commands and common functionality between commands.
Macros
Macro to easily join the working directory with a given path.
Structs
The Brix copy command
The Brix exec command
The Brix mkdir command
A complete struct containing all possible fields in a command. All values are in their preferred type and not just strings.
The Brix search_replace command
The Brix template command
Traits
The base command trait that all commands must implement.