The argument ordering question #11
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?
I was trying to wire up urfave to use
abra recipe <recipe> version
ordering but as I have discovered, I have no idea how to do this.@3wordchant mentioned a discussion with @roxxers about this and I see some rumours of an outcome in https://git.autonomic.zone/coop-cloud/abra/issues/189.
I am personally fine with moving to
abra recipe version <recipe>
ordering and moving all non-global flags/args to the end of the command order (as I believe @knoflook was suggesting?).I am wary of moving into "making new things" in this port while we're still trying to get to feature parity but this one seems like a fine shortcut to take since parsing the original ordering looks tricky & hard to do.
Thoughts?
Some logs attached...
Went with
abra recipe versions <recipe>
in6eee02d90a
, hope that is OK! Seems handiest now that the lib does that by default and some folks are asking for it. Will close off for now.