-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since clap-rs doesn't have a way to group arguments (see clap-rs Issue #1026 at clap-rs/clap#1026), a revision of the interface has to be done. The most efficient way I can think of is introducing the units (i.e., subject, notes, and their IDs) as its own subcommand. I think this is a good compromise overall. I don't usually input with multiple subjects, notes, and IDs at the same time anyway. It also avoids some chaotic usage with it. I'd say it's an improvement than a compromise.
1 parent
907214b
commit b13eced
Showing
1 changed file
with
54 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters