diff options
author | pacien | 2020-02-25 20:19:54 +0100 |
---|---|---|
committer | Notkea | 2020-02-27 14:35:01 +0100 |
commit | 74e4a83ac7511086f45d2fa9880b7ae5728020bd (patch) | |
tree | f4d07bea56ea09de0f7aadee84cd426907714056 /compiler/ldgallery.1.md | |
parent | dd1e092af09cc3d780ed546aadf9fc9baa799371 (diff) | |
download | ldgallery-74e4a83ac7511086f45d2fa9880b7ae5728020bd.tar.gz |
compiler: add cli arg for output gallery index
GitHub: closes #143
Diffstat (limited to 'compiler/ldgallery.1.md')
-rw-r--r-- | compiler/ldgallery.1.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler/ldgallery.1.md b/compiler/ldgallery.1.md index 5524409..fd0355b 100644 --- a/compiler/ldgallery.1.md +++ b/compiler/ldgallery.1.md | |||
@@ -33,6 +33,10 @@ Available options are: | |||
33 | Must be distinct from the source directory. | 33 | Must be distinct from the source directory. |
34 | Defaults to ./out. | 34 | Defaults to ./out. |
35 | 35 | ||
36 | -x, \--output-index _FILE_ | ||
37 | : Generated gallery index output path. | ||
38 | Defaults to $output-dir/index.json. | ||
39 | |||
36 | -g, \--gallery-config _FILE_ | 40 | -g, \--gallery-config _FILE_ |
37 | : Gallery configuration file. | 41 | : Gallery configuration file. |
38 | Defaults to $input-dir/gallery.yaml. | 42 | Defaults to $input-dir/gallery.yaml. |
@@ -45,6 +49,7 @@ Available options are: | |||
45 | 49 | ||
46 | -w, \--with-viewer | 50 | -w, \--with-viewer |
47 | : Include the static web viewer in the output. | 51 | : Include the static web viewer in the output. |
52 | The compiled gallery itself is then placed in $output-dir/gallery. | ||
48 | 53 | ||
49 | -h, \--help | 54 | -h, \--help |
50 | : Display help message. | 55 | : Display help message. |