kreauniv / pyls

Simple version of ls program for process illustration.
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Self documenting command #5

Closed srikumarks closed 3 weeks ago

srikumarks commented 3 weeks ago

The -h or --help flags should result in the program printing out usage documentation without actually doing anything.

srikumarks commented 3 weeks ago

Closed as of e8689ed - Use of argparse ensures -h and --help are available.