-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arguments not working #32
Comments
I noticed that same problem. |
As stated in README.md, only options are supported at the moment. README.md:
|
Example of program execution in my fork. Of course, my python experience is lacking so it's probably not the cleanest solution. My fork also support options before or after positional arguments.
|
I tried docopt.c for the first time today.
Running the example doesn't work, for example, see the following output:
As you can see, the move command and the --speed option were read correctly, but the
<x>
and<y>
arguments were NOT populated.The text was updated successfully, but these errors were encountered: