Upgrade to urfave/cli v3 #361
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
They finally have a fix out for this: https://github.com/urfave/cli/pull/1568 I think we'd need to 1) upgrade to v2 2) revert the hack of putting all the global commands on the sub-commands 3) check if this fix actually works. Might be a bit of work. We have to wait until they release v3.
Getting there ☺️
https://github.com/urfave/cli/releases/tag/v3.0.0-alpha2
And they're further... maybe getting closer to worthy of a spike!
https://github.com/urfave/cli/releases/tag/v3.0.0-alpha4
Make flags more flexible in CLI handlingto Upgrade to urfave/cli v3Let'c converge on coop-cloud/organising#581.