annif
annif copied to clipboard
Use argparse for command line argument parsing
Currently scripts just use sys.argv[1] and break if there is no command line argument. Instead the scripts should use argparse to handle command line arguments and show usage and error messages.