-
Notifications
You must be signed in to change notification settings - Fork 34
unmatched '(' #32
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
Comments
I will have a look
On 23 Apr 2017 13:06, "alexey-tyulkin" <[email protected]> wrote:
using DocoptNet;namespace ConsoleApplication1 {
internal class Program {
private static void Main(string[] args) {
const string USAGE =
@"Usage: Conversion (load | brokers | loadnonxl | <pn>... [--clean])
[--whatif]-h --help show this--verbose print more text";
var docopt = new Docopt();
var arguments = docopt.Apply(USAGE, args, exit: true);
}
}
}
prints
*unmatched '('*
but http://try.docopt.org/?doc=Usage%3A+Conversion+%28load+%
7C+brokers+%7C+loadnonxl+%7C+%3Cpn%3E...+%5B--clean%5D%29+%
5B--whatif%5D%0D%0A%0D%0A-h+--help++++show+this%0D%0A--
verbose++++print+more+text&argv=dfg67+dfg4+dg2+--clean
parse it
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#32>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA9AML1DAYb8lr0aC9rdmRKGIGYdMHV2ks5ryz6ggaJpZM4NFYz8>
.
|
There is additional example
private const string USAGE =
@"Usage:
copy_acl <masterid> ((--source|-s) <source>)... ((--target|-t) <target>)... [--whatif] [--debugger]
-h --help show this
--verbose print more text
"; |
I have this also with any Usage block which includes multiple
|
mmm this might have been fixed in the python version
…On Tue, 10 Sep 2019 at 12:58, oliverholliday ***@***.***> wrote:
I have this also with any Usage block which includes multiple ...s
Usage
configure [--key=NAME]... [--adminKey=NAME]...
> configure --key=one --key=two
unmatched '('
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#32?email_source=notifications&email_token=AAHUAMHFEAEG4K7FCO5TA23QI6DVXA5CNFSM4DIVRT6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6K2PSA#issuecomment-529901512>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAHUAMB5FFUSAODVH2WYX5TQI6DVXANCNFSM4DIVRT6A>
.
|
atifaziz
added a commit
to atifaziz/docopt.net
that referenced
this issue
Aug 24, 2021
Merged
Merged
voieducode
pushed a commit
that referenced
this issue
Aug 24, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
prints
unmatched '('
but http://try.docopt.org/?doc=Usage%3A+Conversion+%28load+%7C+brokers+%7C+loadnonxl+%7C+%3Cpn%3E...+%5B--clean%5D%29+%5B--whatif%5D%0D%0A%0D%0A-h+--help++++show+this%0D%0A--verbose++++print+more+text&argv=dfg67+dfg4+dg2+--clean
parse it
The text was updated successfully, but these errors were encountered: