onyo mkdir
Create directory(s). Intermediate directories will be created as
needed (i.e. parent and child directories can be created in one call).
An empty .anchor file is added to each directory, to ensure that git
tracks it even when empty.
If the directory already exists, or the path is protected, Onyo will throw an error. All checks are performed before creating directories.
usage: onyo mkdir [-h] [-m MESSAGE] [-q] [-y] DIR [DIR ...]
Positional Arguments
- DIR
directory to create
Named Arguments
- -m, --message
Use the given MESSAGE as the commit message (rather than the default). If multiple -m options are given, their values are concatenated as separate paragraphs
- -q, --quiet
silence messages to stdout; requires the –yes flag
Default: False
- -y, --yes
respond “yes” to any prompts
Default: False