#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.

Change History (0)

Note: See TracTickets for help on using tickets.