-
Notifications
You must be signed in to change notification settings - Fork 663
Closed
Labels
Description
Just wanted to discuss while 3.0 has not been released.
Is it worth looking to see if we can improve the command line usage? There are a bunch of better parsing libraries and conventions like -s --short which git uses which could make the usage nicer.
We could to try keep compatibility have a translation to start which translates the command line args as they are now into the new args. Help will only show the new args.
What does everyone think? Is it worth investigating or not?