Description
In the common linux commands the convention is
1. avoid to use camelCase argument/flags
2. use double dash with words (--user) and singla dash with letters (-u)
I propose to modify ozone oz with:
- Adding a second dash for all the word flags
- Use 'key get', 'key info' instead of -infoKey
- Define the input/output file name as a second argument instead of --file/-file as it's always required