We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42eca33 commit 7d8bb71Copy full SHA for 7d8bb71
lib/default.nix
@@ -108,7 +108,7 @@ rec {
108
109
# Extract multiple occurrences:
110
extractOptValues "-b" ["-a" "a" "-b" "b" "-c" "c" "-b" "b2"]
111
- => { values = ["b" "b2"]; args = ["-b" "b" "-c" "c"]; }
+ => { values = ["b" "b2"]; args = ["-a" "a" "-c" "c"]; }
112
113
# Extract with multiple flag aliases:
114
extractOptValues ["-p" "-platform"] ["-p" "short" "-vnc" ":0" "-platform" "long" "-usb"]
0 commit comments