Crate brix_commands

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

CopyCommand
The Brix copy command
ExecCommand
The Brix exec command
MkdirCommand
The Brix mkdir command
ProcessedCommandParams
A complete struct containing all possible fields in a command. All values are in their preferred type and not just strings.
SearchReplaceCommand
The Brix search_replace command
TemplateCommand
The Brix template command

Traits§

Command
The base command trait that all commands must implement.