diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-02-11 14:59:07 -0500 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-02-11 14:59:07 -0500 | 
| commit | 81daa382d8efd8e76c6d6c5cb3504e6d0e7eb81a (patch) | |
| tree | 72899be97be4285ce78d1c4481d21be1ffcf33ab | |
| parent | 89bd28eb5ac263d1753021f25e1bc62f48e7008d (diff) | |
| download | stasis-81daa382d8efd8e76c6d6c5cb3504e6d0e7eb81a.tar.gz | |
Add indexer options to README.mdupdate-readme
| -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                                                                 |   | 
