-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(#95): added freeze
version flag
#99
base: main
Are you sure you want to change the base?
feat(#95): added freeze
version flag
#99
Conversation
@maaslalani the PR #96 got close automatically after reverting the changes. |
FYI there is discussion about the exact sane feature in the lazygit tool also in Go |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Hey, this looks great. Thanks for your work on this! I just updated the messaging to match Gum for consistency, but otherwise tested the changes and they look good |
Using
freeze --version
orfreeze -v
shows the current version,latest (built from source)
ifgo install github.com/charmbracelet/freeze@latest
.Note
Image after using
freeze --execute "./freeze -v"
make test
andgo test -v ./...
on MacOS 14.5 (23F79)Note
Image after using
freeze --execute "go test -v ./..."
Closes #95.