mlpath.mldir_cli package#
Submodules#
mlpath.mldir_cli.cli module#
This is the CLI for the mlpath package. Includes commands to create a new project directory.
- Usage:
mldir [OPTIONS] [NAME]
- Options:
- --name TEXT
The name of the project. Defaults to ‘Project’
- --full
A full project directory will be created if this flag is set. Else a simple project directory will be created.
- --example
A full example project will be created if this flag is set
- --force
If a project with the same name exists it will be deleted and a new one will be created
- --help
Show this message and exit.