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

Client commands #11

Open
xgalaxy opened this issue Oct 23, 2013 · 1 comment
Open

Client commands #11

xgalaxy opened this issue Oct 23, 2013 · 1 comment

Comments

@xgalaxy
Copy link

xgalaxy commented Oct 23, 2013

Right now the server has all of the commands. It would be nice if the client (javascript) could also have its own commands - then the client and server commands are combined into the command listing when help is invoked.

As an example, as part of Issue #9 I removed the 'Clear' command from the server because it no longer made sense there. However, since the client doesn't have any concept of commands itself, I couldn't add a typed clear command and instead had to result to a button.

@joemukai
Copy link
Contributor

Good point. We have been debating about this internally and are going to take this a step further. We are going to move Console.cs (commands, history, tab completion, etc.) to the client. CUDLR in C# will be more about providing json data via routes. This will use a lot of the changes you proposed in PR #9 and also addresses issue #10

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

No branches or pull requests

2 participants