docs: show "-w 0"
This commit is contained in:
parent
3edaa3064e
commit
f9fa506a95
6
blurp.go
6
blurp.go
@ -148,6 +148,12 @@ var archiveCmd = &cobra.Command{
|
|||||||
var deleteCmd = &cobra.Command{
|
var deleteCmd = &cobra.Command{
|
||||||
Use: "delete",
|
Use: "delete",
|
||||||
Short: "Delete statuses like tears in the rain",
|
Short: "Delete statuses like tears in the rain",
|
||||||
|
Example: `
|
||||||
|
You can use "--weeks/-w 0" to signal "all posts". In combination with
|
||||||
|
"--dry/-d", you can get a clear idea of what blurp is going to do with each
|
||||||
|
status.
|
||||||
|
|
||||||
|
blurp delete --dry --weeks 0`,
|
||||||
RunE: func(cmd *cobra.Command, args []string) error {
|
RunE: func(cmd *cobra.Command, args []string) error {
|
||||||
authClient, err := auth.NewAuthClient(user)
|
authClient, err := auth.NewAuthClient(user)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user