You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The built in go library for parsing command line args is nice, however it did not seem very strict. It was happy with -d, --d, -decode, or --decode. I am not sure if this is normal. Also, I think it was ok with -d and --decode being specified. This lack of strictness made looking into other options appeal to me.
https://github.com/spf13/cobra is popular
The text was updated successfully, but these errors were encountered: