Implement a simple command-line interface in Python

Submit in your repo in the file individual/cli.py

This is an INDIVIDUAL assignment. (Work on it on your own.)

Goals

Rubric

2 - files are named and located as specified 1 - top-of-file comment contains the right stuff 2 - interface description (NAME/SYNOPSIS/DESCRIPTION) quality 2 - argparse used to correctly implement the proposed CLI interface 3 - implementation correctness and quality

What to do

Advice