Grrr.... getopt_long permutes the arg list, making eg. 'pkg lock -l foo' equivalent to 'pkg -l lock foo' with hilarious results.
modified src/main.c
@@ -673,6 +673,15 @@ main(int argc, char **argv)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|