-
Notifications
You must be signed in to change notification settings - Fork 16
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
Seperate built in commands from custom on help #21
Comments
Maybe one of the Attribute properties could be a group? |
I was thinking an optional group param on the attribute could work. |
hurray! |
I don't see a benefit for the end user to know what's a built in command over custom commands. There's no such equivalent in unix bash right? |
Its not really just so the end user can see what commands are builtin verses custom. Its more for if you had about 50 commands available you can see them grouped by what sort of function they do. An example would probably be: a group for user based functions (membership, users online, session details) then a group for web admin (run database scripts, check caching, etc.) Also, @lukencode wonder if we could manage the permissions on groups with something like the Authorize action? |
Maybe some sort of grouping options
The text was updated successfully, but these errors were encountered: