quasimoto.commands.gen
index
/home/vkottler/src/vkottler/workspace/quasimoto/quasimoto/commands/gen.py

An entry-point for the 'gen' command.

 
Modules
       
argparse

 
Functions
       
add_gen_cmd(parser: argparse.ArgumentParser) -> Callable[[argparse.Namespace], int]
Add gen-command arguments to its parser.
gen_cmd(args: argparse.Namespace) -> int
Execute the arbiter command.

 
Data
        CommandFunction = typing.Callable[[argparse.Namespace], int]
DEFAULT_FORMAT = <AudioFileTypes.WAVE: 'wav'>
PKG_NAME = 'quasimoto'