Ticket #770 (closed defect: wontfix)
Improve the paster harvester help command
Reported by: | johnbywater | Owned by: | thejimmyg |
---|---|---|---|
Priority: | trivial | Milestone: | ckan-v1.3 |
Component: | uklii | Keywords: | |
Cc: | Repository: | ||
Theme: |
Description
Issue 1. Help command without arguments fails:
$paster help --plugin ckan --config development.ini
gives:
EITHER
Command help not recognized
OR
paster help: error: no such option: --plugin
Issue 2: Harvester command with arguments fails.
$ paster harvester Traceback (most recent call last): ...
cmd = self.args[0]
IndexError?: list index out of range
Change History
comment:4 Changed 3 years ago by johnbywater
- sprint changed from 1.3.2 to 1.3.3
Moved from sprint 1.3.2
comment:5 Changed 3 years ago by johnbywater
- sprint changed from 1.3.3 to 1.3.4
Moved from sprint 1.3.3
Note: See
TracTickets for help on using
tickets.