Opened 17 years ago
Closed 17 years ago
#5 closed defect (fixed)
command line interface corrections
| Reported by: | Stephen Siegel | Owned by: | ywei |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | front | Version: | 1.0 |
| Keywords: | Cc: |
Description (last modified by )
The commandline syntax should be
tass verify [options] foo
tass compare [options] foo bar
where options are: -verbose (for now that's the only one)... Note the option starts with a "-" symbol. This is a standard convention. However the current interface does not use the "-".
Also, options that are incorrect should be rejected with an error message. Any commandline which does not have proper syntax should be rejected. Instead, these problems are ignore right now.
Change History (2)
comment:1 by , 17 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed. The front end will reject any unrecognized options and throw an appropriate error message.