Module marksman.cli

Command line entry point for marksman

Functions

def call_func(args: argparse.Namespace) ‑> NoneType

Call the appropriate handler based on args

Args

args : Namespace
the arguments provided at command line
def handle_interrupt(*args)

Quit Gracefully

def main()

Command line entry point

def parse_commands() ‑> argparse.Namespace

Parse the commands passed to marksman

Returns

Namespace
[description]