diff options
| author | Fuwn <[email protected]> | 2023-09-21 01:35:40 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-21 01:35:40 -0700 |
| commit | bf528496ddc1da406c971789841dc5a00ccecfde (patch) | |
| tree | 088cc0183ca4ef7453443166947bd5adb3c3f292 | |
| parent | docs(readme): execution instructions (diff) | |
| download | suzuri-bf528496ddc1da406c971789841dc5a00ccecfde.tar.xz suzuri-bf528496ddc1da406c971789841dc5a00ccecfde.zip | |
docs(suzuri): complete help output
| -rwxr-xr-x | suzuri | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -4,7 +4,15 @@ token="${1:-"${SUZURI_TOKEN}"}" folder="${2:-"${SUZURI_FOLDER}"}" if [[ -z "${token}" ]]; then - printf "usage: sumi [token] [folder]\n\n" + printf "%s\n\n%s\n%s\n%s\n\n%s\n%s\n%s\n%s\n" \ + "usage: sumi token [folder]" \ + "positional arguments:" \ + " token sumi.news session token" \ + " folder sumi.news feed folder" \ + "environment variables:" \ + " SUZURI_TOKEN substitution for [token]" \ + " SUZURI_FOLDER substitution for [folder]" \ + " SUZURI_REVERSE reverse the output feed" exit fi |