@@ -99,43 +99,42 @@ echo 'TestPaste' | pbcli --host https://privatebin.net/ --burn
9999#### CLI Help:
100100
101101```
102- pbcli 2.5.0
103- Mydayyy <dev@mydayyy.eu>
104102pbcli is a command line client which allows to upload and download
105103pastes from privatebin directly from the command line.
106104
107105Project home page: https://github.com/Mydayyy/pbcli
108106
109- USAGE:
110- pbcli [OPTIONS] [URL]
111-
112- ARGS:
113- <URL>
114-
115- OPTIONS:
116- --burn enable burn on read for new paste
117- --comment make new comment on existing paste
118- --comment-as <nickname> use this nick for comment
119- --comment-to <parentid> reply to this parent comment
120- --debug print debug output to stderr
121- --discussion enable discussion for new paste
122- --download <FILE>
123- --expire <EXPIRE> [default: 1week]
124- --format <FORMAT> [default: plaintext] [possible values: plaintext, syntax, markdown]
125- -h, --help Print help information
126- --host <HOST>
127- --json richer output: for delete_url, comments, etc
128- --no-default-config do not look for config in default locations
129- --oidc-client-id <OIDC_CLIENT_ID> client id to send to the token endpoint
130- --oidc-password <OIDC_PASSWORD> password to send to the token endpoint
131- --oidc-token-url <OIDC_TOKEN_URL> oidc token endpoint from which to obtain an access token
132- --oidc-username <OIDC_USERNAME> username to send to the token endpoint
133- --overwrite overwrite the file given with --download if it already exists
134- --password <PASSWORD>
135- --scrape-expiries attempt scraping supported expiries of given host and exit
136- --size-limit <SIZE_LIMIT> Prompt if the paste exceeds the given size. Fail in non-interactive environments.
137- --upload <FILE>
138- -V, --version Print version information
107+ Usage: pbcli [OPTIONS] [URL]
108+
109+ Arguments:
110+ [URL]
111+
112+ Options:
113+ --host <HOST>
114+ -f, --format <FORMAT> [default: plaintext] [possible values: plaintext, syntax, markdown]
115+ -e, --expire <EXPIRE> [default: 1week]
116+ --size-limit <SIZE_LIMIT> Prompt if the paste exceeds the given size. Fail in non-interactive environments.
117+ --json richer output: for delete_url, comments, etc
118+ -b, --burn enable burn on read for new paste
119+ -B, --no-burn disable burn if set
120+ -d, --discussion enable discussion for new paste
121+ -D, --no-discussion disable burn if set
122+ --comment make new comment on existing paste
123+ --comment-as <nickname> use this nick for comment
124+ --comment-to <parentid> reply to this parent comment
125+ -o, --download <FILE>
126+ -w, --overwrite overwrite the file given with --download if it already exists
127+ -u, --upload <FILE>
128+ -p, --password <PASSWORD>
129+ --oidc-token-url <OIDC_TOKEN_URL> oidc token endpoint from which to obtain an access token
130+ --oidc-client-id <OIDC_CLIENT_ID> client id to send to the token endpoint
131+ --oidc-username <OIDC_USERNAME> username to send to the token endpoint
132+ --oidc-password <OIDC_PASSWORD> password to send to the token endpoint
133+ --debug print debug output to stderr
134+ --no-default-config do not look for config in default locations
135+ --scrape-expiries attempt scraping supported expiries of given host and exit
136+ -h, --help Print help
137+ -V, --version Print version
139138```
140139
141140### Configuration File
0 commit comments