Update to urfave/cli/v3 #77
Labels
No Label
breaking
bug
build
duplicate
enhancement
feature
help wanted
invalid
lgtm
done
lgtm
need 1
question
skip-changelog
wontfix
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: gitea/changelog#77
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "jolheiser/changelog:flag"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This allows for persistent flags, such that
changelog -m v0.4.0 generate
andchangelog generate -m v0.4.0
are equivalent.As an aside, I dislike this kind of flag behavior, however our current flag parsing is broken because #54 actually caused the base flags to only work if they were called via subcommand due to how the library set the pointer values.
How about we convert to cobra
If someone else wants to do so I will review, but I personally strongly dislike cobra.