Opened 7 years ago
Closed 6 years ago
#1915 closed enhancement (fixed)
Log underscore keywords as camel-case
| Reported by: | Elaine Meng | Owned by: | Greg Couch |
|---|---|---|---|
| Priority: | moderate | Milestone: | |
| Component: | Command Line | Version: | |
| Keywords: | Cc: | Conrad Huang | |
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description
Pretty much per summary. Mostly for extensions that use command.run but use the underscore version of their keywords instead of camel case.
Change History (2)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
For example:
open 2tpk from_database pdbshould be logged as:
open 2tpk fromDatabase pdbBoth are accepted on the command line.