Opened at 2013-04-22T15:01:01Z
Last modified at 2016-03-22T05:03:36Z
#1949 closed defect
CLI: -u does not work as an alias for --node-url — at Initial Version
Reported by: | daira | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 1.11.0 |
Component: | code-frontend-cli | Version: | 1.9.2 |
Keywords: | cli node-url | Cc: | |
Launchpad Bug: |
Description
$ bin/tahoe ls --help Usage: tahoe ls [options] [PATH] Options: ... -u, --node-url= Specify the URL of the Tahoe gateway node, such as 'http://127.0.0.1:3456'. This overrides the URL found in the --node-directory .
This works:
$ bin/tahoe ls --node-url=http://127.0.0.1:3456/ tahoe:
but this doesn't:
$ bin/tahoe ls -u http://127.0.0.1:3456/ tahoe: ... [...]/bin/tahoe: Wrong number of arguments.
Note: See
TracTickets for help on using
tickets.