You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--query-param`|`-q`| Query parameters for the endpoint in `key=value` format. Multiple can be entered to give multiple parameters. |`get -q login=ninja`| N |
35
-
|`--unformatted`|`-u`| Whether to return unformatted responses. Default is `false`. |`get -u`| N |
32
+
| Flag | Shorthand | Description | Example | Required? (Y/N) |
|`--query-param`|`-q`| Query parameters for the endpoint in `key=value` format. Multiple can be entered to give multiple parameters. |`get -q login=ninja`| N |
35
+
|`--unformatted`|`-u`| Whether to return unformatted responses. Default is `false`. |`get -u`| N |
36
+
|`--autopaginate`|`-P`| Whether to autopaginate the response from Twitch **WARNING** This flag can cause extremely large payloads and cause issues with some terminals. Default is `false`. |`get -P`| N |
0 commit comments