Command-line options ordering is confusing/non-standard? #82

Closed
opened 2021-09-07 09:12:10 +00:00 by decentral1se · 2 comments
Owner

Is app backup --all <app> or app --all backup <app> "the norm"? I find the latter weird tbh? This is the default that urfave/cli chooses. I'd prefer to have app backup [command options] [arguments] I think https://github.com/urfave/cli/issues/1113 is relevant for this.

Is `app backup --all <app>` or `app --all backup <app>` "the norm"? I find the latter weird tbh? This is the default that urfave/cli chooses. I'd prefer to have `app backup [command options] [arguments]` I think https://github.com/urfave/cli/issues/1113 is relevant for this.
decentral1se added the
design
label 2021-09-07 09:12:10 +00:00
Author
Owner

Options are:

  • drop back to v1 of the library
  • implement the different ordering handler ourselves (comment)

Seems like quite a bit of work 🤔

Options are: - [ ] drop back to v1 of the library - [ ] implement the different ordering handler ourselves ([comment](https://github.com/urfave/cli/issues/1113#issuecomment-875162737)) Seems like quite a bit of work 🤔
decentral1se added this to the (deleted) milestone 2021-09-07 09:17:44 +00:00
Author
Owner
Looking at: - https://www.mathcs.duq.edu/simon/Primer/essential/attributes/_posix.html - https://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/abra#82
No description provided.