earwax.cmd.subcommands.init_project module¶
Provides the init_project subcommand.
-
earwax.cmd.subcommands.init_project.init_project(args: argparse.Namespace) → None¶ Initialise or update the project at the given directory.
-
earwax.cmd.subcommands.init_project.update() → None¶ Update the given path to conform to the latest earwax file structure.
Parameters: p – The path to update.