Module build_fs_tree::program::main [−][src]
Components that make up the main program.
Structs
App | The main application. |
Args | Parse result of CLI arguments. |
Enums
Command | Subcommands of the program. |
Constants
CREATE | Read a YAML from stdin and create a new filesystem tree. |
POPULATE | Read a YAML from stdin and populate the target filesystem tree. |
Functions
main | The main program. |
run | Read a YAML from stdin and build a filesystem tree. |
Type Definitions
Run | Read a YAML from stdin and build a filesystem tree. |