Command-line options ordering is confusing/non-standard? #82
Loading…
x
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?
Is
app backup --all <app>
orapp --all backup <app>
"the norm"? I find the latter weird tbh? This is the default that urfave/cli chooses. I'd prefer to haveapp backup [command options] [arguments]
I think https://github.com/urfave/cli/issues/1113 is relevant for this.Options are:
Seems like quite a bit of work 🤔
Looking at: