annif icon indicating copy to clipboard operation
annif copied to clipboard

Use argparse for command line argument parsing

Open osma opened this issue 8 years ago • 0 comments

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.

osma avatar Apr 13 '17 12:04 osma