|
|
|
|
|
by pushpop
2654 days ago
|
|
Their example here confuse me: [url-redacted] `workspace` isn't a boolean flag. So it isn't clear from that example how - or even if - docli can work with more complex conditional arguments. Is someone with any familiarity with this project able to advise how you'd handle that in docli? |
|
In Go you can do `a, b, c bool` and they'll all be of type bool.