Skip to content

mavis/main

main()

sets up the parser and checks the validity of command line args loads reference files and redirects into subcommand main functions

def main(argv: Optional[List[str]] = None):

Args

  • argv (Optional[List[str]]): List of arguments, defaults to command line arguments