tools: Add choices to fetch.format argument

pull/223/head
Ishak BELAHMAR 2019-09-30 07:53:34 +02:00 committed by Benjamin Tissoires
parent ea1dc798b1
commit ddd896b1f6
1 changed files with 1 additions and 0 deletions

View File

@ -706,6 +706,7 @@ class TuhiKeteShell(cmd.Cmd):
help='the index of the drawing to fetch or a literal "all"')
parser.add_argument('--format', metavar='{svg|png}',
default='svg',
choices=['svg', 'png'],
help='output file format')
try: