Skip to content
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

fix for oneOrMany <file>... problem #2

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Conversation

swadey
Copy link

@swadey swadey commented Jul 20, 2013

No description provided.

fsaintjacques and others added 5 commits March 22, 2013 11:03
* release/0.1.0-SNAPSHOT:
  initial release
  refactor and bugfixes
  missing utils files
  major commit
  updated scala deps
  many fixes
  refactored in 3 files
  renamed package patterns => pattern
  renamed CmdOption => Option
  refactored in packages
  scala-ized the code
  basic patterns implemented, tests about string parsing and matching
  bugfix: fixed pom.xml deps
  initial import
* release/0.2.0:
  added version
  corrected options parsing
  typo
  updated README
…n the command line, docopt would throw away settings for --optA and --optB.
@swadey
Copy link
Author

swadey commented Nov 20, 2013

I also fixed long option parsing issues:

--arg="xxx=yyy"

and

--arg "xxx=yyy"

fails to parse due to splitting method used to separate the long option from the value. This is fixed.

…ne then resplitting.

  To temporarily fix support for command lines like: `--test="a b c"`, we rejoin with "\t" and tokenizer via \t when parsing the command line.
Docopt was rejoining argv and then resplitting based on """\s+""".  Don't do this anymore...
@Cokemonkey11
Copy link

@fsaintjacques

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants