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
Add support for --version (-V) flag to display the current version.
The version is now available on-demand via CLI flag in addition to
being displayed during server startup.
Updates:
- Add version attribute to CLI struct using clap's built-in version support
- Update README.md to document the new --version flag and usage
Resolves the common CLI expectation of having a version flag.
0 commit comments