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

Rewrite parsing of options and config file #6

Open
anyuta1166 opened this issue Oct 13, 2012 · 1 comment
Open

Rewrite parsing of options and config file #6

anyuta1166 opened this issue Oct 13, 2012 · 1 comment
Assignees
Milestone

Comments

@anyuta1166
Copy link
Owner

Parsing of config file should be separated from parsing of options (now parser converts contents of config file to command line options).
Parsing of command line options should be done by getopt() instead of self-written parser.

@ghost ghost assigned anyuta1166 Oct 13, 2012
@troglobit
Copy link

This is fixed upstream, we now use libConfuse for the .conf file and have a heavily reduced set of command line options.

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