Opened 10 years ago
Closed 10 years ago
#289 closed enhancement (fixed)
make "usage" more useful for internal aliases
Reported by: | Elaine Meng | Owned by: | Greg Couch |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Logging | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
I noticed that “usage” isn’t very useful for aliases, e.g. “usage ts” or “usage ribbon”
currently:
usage ts
alias of "toolshed"
ts [optional]
optional: the rest of line
… instead maybe they should automatically show the usage of the command to which they are aliased, e.g.
usage ts
alias of "toolshed"
usage toolshed
Subcommands are:
- toolshed list
- toolshed refresh
- toolshed install
- toolshed remove
- toolshed start
- toolshed show
- toolshed hide
Note:
See TracTickets
for help on using tickets.
Added usage for command aliased to. Now "usage ts list" works too.