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

Finish implementation of C++ command-line parsing library #29

Closed
schuhschuh opened this issue Nov 9, 2013 · 1 comment
Closed

Finish implementation of C++ command-line parsing library #29

schuhschuh opened this issue Nov 9, 2013 · 1 comment

Comments

@schuhschuh
Copy link
Collaborator

The C++ command-line parsing library (based on "TCLAP":http://tclap.sourceforge.net/) is yet only partly implemented.

One of the major features missing is the output of an XML description of the command-line interface.

It must further be revised if all common argument types are supported properly, including an argument with a flag which can either have an argument value or not. For example, "--bias-correct[=suffix]" as used by MICO 1.0.

The use of the library for common programs should be as intuitive as possible.
Reporter: Andreas Schuh
Assigned to: Andreas Schuh
Begin: 2012-01-13
Completed: 0

@ghost ghost assigned schuhschuh Nov 9, 2013
@ahundt
Copy link
Contributor

ahundt commented Jan 22, 2014

Is this complete or still partial?

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

No branches or pull requests

2 participants