#1548: Slightly change CLI argument processing
---------------------+------------------------------------------------------
Reporter: mathbr | Owner:
Type: patch | Status: new
Priority: minor | Milestone: Future
Component: console | Version: 1.3.0_dev
Keywords: |
---------------------+------------------------------------------------------
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.
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/1548>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-dev?hl=en.