aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/assetlink.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert "use parser.parse_known_args() instead of parser.parse_args()"Christopher Allan Webber2013-08-161-2/+1
| | | | | | | | | | | | | | This reverts commit 029e779c468ba1a6bfd893679cfaae7f418f45dd. (and a bit more!) This wasn't needed anymore because we did a "rest" capture and passed that over to the reprocess run command. Conflicts: mediagoblin/gmg_commands/assetlink.py mediagoblin/gmg_commands/dbupdate.py mediagoblin/gmg_commands/import_export.py mediagoblin/gmg_commands/users.py
* Throw an error if there are unrecognized argumentsRodney Ewing2013-08-161-0/+1
|
* use parser.parse_known_args() instead of parser.parse_args()Rodney Ewing2013-08-161-1/+1
|
* Cleaning a bit: os.path.sep.join -> os.path.joinChristopher Allan Webber2013-05-231-2/+2
|
* docstring update: link theme... and plugins!Christopher Allan Webber2013-05-231-1/+1
|
* Generalize "gmg theme assetlink" -> "gmg assetlink" and cover both theme and ↵Christopher Allan Webber2013-05-231-0/+151
plugins We've moved the module... probably I'll re-add theme just to give a warning that this is deprecated. This commit sponsored by Kevin Williams. Thank you!