fm.option_parser module

class fm.option_parser.OptionParser(**kwargs)[source]

Bases: argparse.ArgumentParser

Subclass to handle command line switches.

get_usage()[source]

Returns the usage information to show to the user.

Returns:Usage string.
Return type:string