NetBash icon indicating copy to clipboard operation
NetBash copied to clipboard

Seperate built in commands from custom on help

Open lukencode opened this issue 13 years ago • 5 comments

Maybe some sort of grouping options

lukencode avatar Jan 16 '12 01:01 lukencode

Maybe one of the Attribute properties could be a group? Or clients can manage it and do it somehow in web.config: <NetBash> <CommandGroups> <group name="builtin"> <command name="server" /> <command name="uptime" /> ...?

dkarzon avatar Jan 16 '12 03:01 dkarzon

I was thinking an optional group param on the attribute could work.

lukencode avatar Jan 16 '12 03:01 lukencode

hurray! But yeah I thought that at first, but then its on the developer to manage the grouping when really you want to give that to the client(?)

dkarzon avatar Jan 16 '12 03:01 dkarzon

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?

phdesign avatar Jan 17 '12 21:01 phdesign

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.) Just a thought at the moment.

Also, @lukencode wonder if we could manage the permissions on groups with something like the Authorize action?

dkarzon avatar Jan 17 '12 21:01 dkarzon