diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2025-02-12 17:04:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-12 17:04:23 -0500 |
commit | 3c62bb8b063898e66d816020fc630a672eb34afc (patch) | |
tree | 8c0a91bb7aec9760772c8eb821a053e06966d03a | |
parent | 09de456a667a771348c3f1c9b0bd56afe4b8d3bd (diff) | |
parent | 81daa382d8efd8e76c6d6c5cb3504e6d0e7eb81a (diff) | |
download | stasis-3c62bb8b063898e66d816020fc630a672eb34afc.tar.gz |
Merge pull request #87 from jhunkeler/update-readme
Add indexer options to README.md
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -170,6 +170,16 @@ stasis mydelivery.ini | --no-rewrite | n/a | Do not rewrite paths and URLs in output files | | DELIVERY_FILE | n/a | STASIS delivery file | +## Indexer Command Line Options + +| Long Option | Short Option | Purpose | +|:-------------|:------------:|:----------------------------------------| +| --help | -h | Display this usage statement | +| --destdir | -d | Destination directory | +| --verbose | -v | Increase output verbosity | +| --unbuffered | -U | Disable line buffering | +| --web | -w | Generate HTML indexes (requires pandoc) | + ## Environment variables | Name | Purpose | |