Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Nov 25, 2023
1 parent 0b34b24 commit 5741966
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/opt.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
use super::*;

// todo:
// - opts must conflict with arguments
// - opts values must conflict with arguments: foo --bar BAR BAR:
// - opt keys must conflict with other opts: foo --bar FOO --bar BAR:
// - must account for opts in invocation
// - opts should be able to be passed to dependencies
// - document
Expand Down

0 comments on commit 5741966

Please sign in to comment.