From 6b1365ea6d0abf39f0cc8693947036147cd82c53 Mon Sep 17 00:00:00 2001 From: celogeek <65178+celogeek@users.noreply.github.com> Date: Thu, 27 Jan 2022 20:09:34 +0100 Subject: [PATCH] update doc --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index b525e15..bde8637 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,19 @@ $ go install github.com/celogeek/piwigo-cli/cmd/piwigo-cli@latest To get help: ``` $ piwigo-cli -h + +Usage: + piwigo-cli [OPTIONS] + +Help Options: + -h, --help Show this help message + +Available commands: + categories Categories management + getinfos Get general information + images Images management + method Reflexion management + session Session management ``` ## QuickStart