Opened 14 years ago
Closed 14 years ago
#1548 closed patch (Fixed)
Slightly change CLI argument processing
Reported by: | mathbr | Owned by: | nick |
---|---|---|---|
Priority: | trivial | Milestone: | 1.3.2 |
Component: | Console UI | Version: | |
Keywords: | Cc: |
Description
Deluge-console accepts commands as CLI arguments. However commands with parameters do not work as expected:
$ deluge-console add <file>
→ Does not work
$ deluge-console "add <file>"
→ Works but is awkward and prevents quoting of <file> as well as shell autocompletion
This patch changes this to allow for the former style to work.
Attachments (1)
Change History (5)
by , 14 years ago
Attachment: | deluge-console-command-argument-processing.patch added |
---|
comment:1 by , 14 years ago
Priority: | minor → trivial |
---|---|
Version: | 1.3.0_dev |
You should be still able to quote the file with the single quote '
Note that there are some big changes for the console currently under development by nick: https://github.com/nicklan/newconsoleui
comment:2 by , 14 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:3 by , 14 years ago
Milestone: | Future → 1.3.2 |
---|
Note:
See TracTickets
for help on using tickets.
Slightly tweak command arguments processing