#1973 closed patch (Fixed)
Deluge Script does not pass expected arguments to clients.
Reported by: | jumentous | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | Core | Version: | master |
Keywords: | Cc: | jamielennox@gmail.com, Bro |
Description
When using the deluge -u client format you are supposed to be able to pass parameters to the client using the -a "--params", however these do not get passed on gtk and web clients.
The simplest test i can think of is that deluge -u web -a "--help"
and deluge-web --help
should return the same thing. Obviously that's a nonsensical combination but -p/-f or the other web flags are not.
These parameters should all be passed in a standardized way.
Attachments (1)
Change History (7)
by , 13 years ago
Attachment: | 0001-Standardize-child-option-parsing.patch added |
---|
comment:1 by , 13 years ago
Cc: | added |
---|
comment:3 by , 9 years ago
Component: | other/unknown → Core |
---|---|
Type: | bug → patch |
comment:4 by , 9 years ago
Resolution: | → Fixed |
---|---|
Status: | new → closed |
Merged in develop: [6343f32d70408ba6ab]
comment:5 by , 9 years ago
Milestone: | 2.0.x → 2.0 |
---|
Note:
See TracTickets
for help on using tickets.
This patch will require the one from #1972 to apply cleanly.