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

Separate Commands into diffrent categories #1

Open
christian-heusel opened this issue Apr 21, 2020 · 0 comments
Open

Separate Commands into diffrent categories #1

christian-heusel opened this issue Apr 21, 2020 · 0 comments

Comments

@christian-heusel
Copy link
Member

At the moment $help shows the following output:

No Category:
  help   Shows this message
  leave  
  ls     
  next   
  start  Öffnet die Warteschlange
  status Aktueller Status der Warteschlange
  stop   Schließt die Warteschlange
  wait   Anstellen in Warteschlange

Type $help command for more info on a command.
You can also type $help category for more info on a category.

We could separate the commands into student and tutorcommands like this:

Student:
  help   Shows this message
  status Aktueller Status der Warteschlange
  wait   Anstellen in Warteschlange
  leave  

Tutor:
  help   Shows this message
  start  Öffnet die Warteschlange
  status Aktueller Status der Warteschlange
  stop   Schließt die Warteschlange
  wait   Anstellen in Warteschlange
  ls     
  next   

Type $help command for more info on a command.
You can also type $help category for more info on a category.
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

1 participant