diff options
| author | Paul Buetow <paul@buetow.org> | 2025-11-03 04:03:51 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-11-03 04:03:51 +0200 |
| commit | cb14b4b5d0264c522fb3222c9764d8e791a078dd (patch) | |
| tree | bfb4ec7ea9d28cd40c146a38f78e001cfb8885e0 | |
| parent | 98e93bc4e552f4557b273c30632c973b291a9271 (diff) | |
add filter help
| -rwxr-xr-x | gemtexter | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -60,17 +60,17 @@ source ./lib/template.source.sh help () { cat <<HELPHERE $0's possible arguments: - --generate Generates all known output formats (feeds, html, md, ...). - --test Only runs some shellcheck and unit tests. - --version Prints out the version of gemtexter - --feed Generates only Gemtext Atom feed and Gemfeed. - --git-add Add all files to Git - --git-sync Sync all files with the remote origin - --git Both of above - --html-theme Only process HTML theme files (part of --generate by default) - Note for source-code highlight changes you must run --generate still. - --publish Runs --generate, --git-add and --git-sync - --help Prints this pretty text. + --generate [FILTER] Generates all known output formats (feeds, html, md, ...). + --test Only runs some shellcheck and unit tests. + --version Prints out the version of gemtexter + --feed Generates only Gemtext Atom feed and Gemfeed. + --git-add Add all files to Git + --git-sync Sync all files with the remote origin + --git Both of above + --html-theme Only process HTML theme files (part of --generate by default) + Note for source-code highlight changes you must run --generate still. + --publish Runs --generate, --git-add and --git-sync + --help Prints this pretty text. Example: $0 --generate HELPHERE |
