Mercurial > hg > decoupage
changeset 109:7cb236c32d0b
[templates] --cwd requires no argument
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Fri, 07 Jul 2017 08:49:54 -0700 |
parents | 1a8a977e7d5d |
children | 8298abd49954 |
files | decoupage/templates.py setup.py |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/decoupage/templates.py Fri Mar 31 17:07:22 2017 -0700 +++ b/decoupage/templates.py Fri Jul 07 08:49:54 2017 -0700 @@ -60,6 +60,7 @@ parser.add_argument('-o', '--output', dest='output', help="output to file or directory or stdout") parser.add_argument('--cwd', dest='cwd', + action='store_true', default=False, help="output to current working directory") options = parser.parse_args(args)