Tyler Temp
Tyler Temp
@azzamsa hi, Yes, 1. `docopt` can not achieve this 2. Well, that's only one suggestion. Other way is, you can modify `docopt` source code by yourself and use it, or...
`docopt` do not support this cuz it's not so POSIX std, in which an `Option`should only accept one/zero argument. @PertuyF 's answer is right by grouping options with args trick,...
``` subject = arguments['-s'] ```
`docopt` does not support this feature
:+1: Indeed this is a more correct behavior
`docopt` has the ability to check argument missing for options. Try: ```python """ usage: code_sanity [-h] [-i ] [-z] [-v] database options: -i expect one argument """ from docopt import...
No. For what I know, `docopt` does not support this kind of validation. You may have a look at [this example](https://github.com/docopt/docopt/blob/master/examples/validation_example.py) Or do it by yourself: ``` python args =...
Same here on Mac, elixir-1.10.2, Erlang/OTP 22 [erts-10.7.1], atom-elixir 0.2.3 ``` $ atom --version Atom : 1.47.0 Electron: 5.0.13 Chrome : 73.0.3683.121 Node : 12.0.0 ```
@EcoEditor See the first answer at [isssue#108](https://github.com/Real-Serious-Games/C-Sharp-Promise/issues/108)
Hi, Im on Wayland too and just hit this issue. Look like in the code it just ignore if it's on Wayland. I did some googling and find out that...