Skip Menu |

This queue is for tickets about the Shipwright CPAN distribution.

Report information
The Basics
Id: 52299
Status: resolved
Priority: 0/
Queue: Shipwright

People
Owner: Nobody in particular
Requestors: rmb32 [...] cornell.edu
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.4.3
Fixed in: (no value)



Subject: create command does not accept repository arg in the same order as update, etc
shipwright create -r <repos> works. But shipwright -r <repos> create does not. But all the other commands, like 'update' and whatnot, seem to expect the -r argument before the command name. This seems inconsistent.
the *right* usage is: shipwright cmd -r ... btw, you can always omit the "-r ..." stuff if you set SHIPWRIGHT_REPOSITORY env On Mon Nov 30 21:23:30 2009, rbuels wrote: Show quoted text
> shipwright create -r <repos> works. > > But shipwright -r <repos> create does not. > > But all the other commands, like 'update' and whatnot, seem to expect > the -r argument before the command name. > > This seems inconsistent.