Ticket #1548 (closed patch: fixed)
Slightly change CLI argument processing
| Reported by: | mathbr | Owned by: | nick |
|---|---|---|---|
| Priority: | trivial | Milestone: | 1.3.2 |
| Component: | console | 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
Change History
Note: See
TracTickets for help on using
tickets.
