dazl

dazl.cli

Submodules

dazl.cli.ls module

class dazl.cli.ls.ListAllCommand

Bases: dazl.cli._base.CliCommand

execute(args) int
name = 'ls'
parser() argparse.ArgumentParser

Module contents

Simple command-line handlers.

dazl.cli.main()

Executes one of the known commands.

dazl.cli.print_cmd_help()
dazl.cli.run(cmd, args) int