Hyunwoo Kim requested that if a user runs something like:
ferry-cli -e getUserInfo -h
This should be equivalent to
ferry-cli -ep getUserInfo
Basically, -h given to a subparser should mirror a standard help flag, with -h/--help both working in this case.
Hyunwoo Kim requested that if a user runs something like:
This should be equivalent to
Basically,
-hgiven to a subparser should mirror a standard help flag, with-h/--helpboth working in this case.