Browse Source

added arguments for including exif metadata, including external css, not including filenames of pictures

pull/3/head
lowrussia 5 years ago
parent
commit
afaa58d710
  1. 4
      distribusi/cli.py

4
distribusi/cli.py

@ -41,14 +41,14 @@ def build_argparser():
parser.add_argument(
'-n',
'--no-template',
help="Don't use the template to ouput html",
help="Don't use the template to output html",
action="store_true"
)
parser.add_argument(
'-nf',
'--no-filenames',
help="Don't use the template to ouput html",
help="Don't include image filenames",
action="store_true"
)

Loading…
Cancel
Save