You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: