4 Commits

Author SHA1 Message Date
Juan Jose Comellas
1a01b82531 Fix #15: add command-line tokenizer with support for quoted arguments
Replace string:tokens/2 with a custom command-line tokenizer that supports
single and double-quoted arguments (with embedded whitespace) and
expansion of environment variables using either the Unix ($VAR; ${VAR}) or
Windows (%VAR%) formats. This tokenizer is only used when the command line
is parsed as a single string.
2012-07-20 07:42:23 -03:00
Juan Jose Comellas
a5279f57da Use rebar from the system path instead of a binary included in the project 2012-04-16 13:12:32 -03:00
Juan Jose Comellas
69b51ebf33 Avoid long lines in documentation 2012-02-02 23:46:29 -03:00
Juan Jose Comellas
3560ed6df7 Rename README file to follow github conventions 2012-02-02 23:42:04 -03:00