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
refactor: replace version subcommand with --version flag (#12)
Use cobra's built-in Version field and SetVersionTemplate instead of
a separate 'version' subcommand. This follows the more common CLI
convention of using a --version/-v flag.
0 commit comments