mirror of
https://github.com/charmbracelet/gum
synced 2026-03-14 13:45:45 +01:00
* feat(version): adds command to check current gum version closes #352 Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * Update version/command.go Co-authored-by: Gareth Jones <Jones258@Gmail.com> --------- Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> Co-authored-by: Gareth Jones <Jones258@Gmail.com>
6 lines
168 B
Go
6 lines
168 B
Go
package version
|
|
|
|
// Options is the set of options that can be used with version.
|
|
type Options struct {
|
|
Constraint string `arg:"" help:"Semantic version constraint"`
|
|
}
|