davidmiller / pony-mode

Django mode for emacs
Other
149 stars 32 forks source link

Multiple args for management command #20

Closed rabio closed 12 years ago

rabio commented 12 years ago

pony-manage wasn't capable of digesting string with multiple arguments for management command. Well, with this patch, it will be.

From commit message:

Treat argument for management command as group of space separated arguments

Treat second argument obtained interactively for pony-manage as space
separated list of arguments. This made possible running management
commands that may take more than one argument.

If argument contain space itself it should be quoted with double
quotes "...".

I hope you find these helpful.

davidmiller commented 12 years ago

That works well here - merged locally d8312dd0a7f2cb127aa23f88022e240a0ec25040 & 7786b4a8911ef22a3fd93ab4aa013217dbf6372c thanks for the patches :)