mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat: config setting to default show/hide private info
This commit is contained in:
parent
455830a2b5
commit
32bea51e18
14 changed files with 71 additions and 17 deletions
|
|
@ -49,8 +49,7 @@ There are a number of option flags that can be added to the `pk;system list` com
|
|||
|Flag|Aliases|Description|
|
||||
|---|---|---|
|
||||
|-all|-a|Show all members, including private members|
|
||||
|-public-only|-public, -pub|Only show public members (default)|
|
||||
|-private-only|-private, -priv|Only show private members|
|
||||
|-private-only|-po|Only show private members|
|
||||
|
||||
::: warning
|
||||
You cannot look up private members of another system.
|
||||
|
|
@ -80,4 +79,6 @@ These flags only work with the full member list (`pk;system list full`).
|
|||
|pk;group \<group> frontpercent|-flat||Show "flat" frontpercent - percentages add up to 100%|
|
||||
|Most commands|-all|-a|Show hidden/private information|
|
||||
|Most commands|-raw|-r|Show text with formatting, for easier copy-pasting|
|
||||
|All commands|-private|-priv|Show private information|
|
||||
|All commands|-public|-pub|Hide private information|
|
||||
|All commands, except `delete`|-y|-yes|Skip confirmation prompt|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue