#1949 closed defect

CLI: -u does not work as an alias for --node-url — at Version 2

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 (last modified by daira)

$ 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 (2)

comment:1 Changed at 2013-04-22T15:25:03Z by daira

Confirmed this is not a regression due to #166.

comment:2 Changed at 2016-01-19T11:36:08Z by daira

  • Description modified (diff)
  • Milestone changed from soon to 1.10.3

See also #2137.

Note: See TracTickets for help on using tickets.