onyo mkdir

Create directory(s). Intermediate directories will be created as needed (i.e. parent and child directories can be created in one call).

Onyo creates an empty .anchor file in directories, to force git to track directories even when they are empty.

If the directory already exists, Onyo will throw an error. When multiple directories are passed to Onyo, all will be checked before attempting to create them.

usage: onyo mkdir [-h] DIR [DIR ...]

Positional Arguments

DIR

directory to create