bserdar / took

OIDC Token manager CLI
Apache License 2.0
6 stars 5 forks source link

took token help doesn't list args to the cmd #15

Open bserdar opened 6 years ago

bserdar commented 6 years ago

If the following PR is merged, this will be easy to fix:

https://github.com/spf13/cobra/pull/780

apexswqa commented 6 years ago

One specific detail: On 'took update oidc -h' the help string for -b should contain the following string which is already on the help text for -e: "Either a server profile of the server URL must be given"

apexswqa commented 6 years ago

Another detail: Slight typo in the 'took encrypt' messaging - the second line begins: "There is no way to rever..." - should be "revert".