Summary
Currently, when any flag is set without a token, you will always be presented with the missing token error. One such time you likely do not want this is if someone runs sds-policy-mapper --help.
To Do
- add a
--help flag to display the help
- add the proper flow so that the help is displayed even if the token is not provided.
Summary
Currently, when any flag is set without a token, you will always be presented with the missing token error. One such time you likely do not want this is if someone runs
sds-policy-mapper --help.To Do
--helpflag to display the help