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

Improved command line parsing #34

Open
waveform80 opened this issue Jul 24, 2015 · 0 comments
Open

Improved command line parsing #34

waveform80 opened this issue Jul 24, 2015 · 0 comments
Assignees
Milestone

Comments

@waveform80
Copy link
Member

There's too many options in config which should be specified (or potentially specified) directly in commands (capture count, delay, recording format, etc). Additionally, the tab-completion leaves something to be desired, and the grammar is weird in places ("set" for configuration options on the client, but a whole bunch of stuff other than "set" for configuration options on the server). Ideally we ought to switch to a simple parser (pyparsing? hand-crank a rdp?) and use its output to improve completion.

@waveform80 waveform80 self-assigned this Jul 24, 2015
@waveform80 waveform80 added this to the 1.0 milestone Jul 24, 2015
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

1 participant