omniport-docker icon indicating copy to clipboard operation
omniport-docker copied to clipboard

Add help and standardised argument parsing to all scripts

Open dhruvkb opened this issue 5 years ago • 0 comments

Currently the scripts are all over the place, and have no standard implementation for parsing arguments, proving auto-completion functionality, and providing help and man pages. This needs to be solved by using appropriate packages and possibly even rewriting the scripts in a more developer-friendly language like Python (using argparse).

The mission is to standardise all scripts, add helpful instructions, combine with #11 to make arguments an alternative to runtime input and also consider providing auto-completion and man pages.

dhruvkb avatar May 15 '19 16:05 dhruvkb