summaryrefslogtreecommitdiff
path: root/src/support/command-line.cpp
Commit message (Collapse)AuthorAgeFilesLines
* more consistent placement of & and *, on the type (#848)Alon Zakai2016-11-281-15/+15
|
* Wrap description (#839)Loo Rong Jie2016-11-281-4/+31
|
* make --debug workAlon Zakai2016-03-211-1/+1
|
* Make --debug a booleanJF Bastien2016-03-181-5/+3
| | | | As discussed in #248.
* Fix command-line help when there's only long or shortJF Bastien2016-01-201-2/+4
|
* asm2wasm: use support's command-lineJF Bastien2016-01-111-7/+18
|
* Fix off-by-one in option parsing with '='.JF Bastien2016-01-041-1/+1
|
* Add curlies.JF Bastien2016-01-041-2/+4
|
* Generalize command-line parsing more.JF Bastien2016-01-021-38/+108
| | | | This should allow other programs to use the same command-line support.
* Add a help to avoid out-of-bounds.JF Bastien2015-12-291-1/+4
|
* Start moving command-line processing to libsupport.aJF Bastien2015-12-291-0/+62
This only moves things, no functional change yet.