Browse Source

Remove `add` action from wf-cli

WriteFreely doesn't support non-auth'd posting like Write.as, so users
won't be creating non-auth'd posts with another client that they'd need
to add here.

Ref T586
pull/36/head
Matt Baer 4 years ago
parent
commit
eb6332945a
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      cmd/wf/main.go

+ 0
- 10
cmd/wf/main.go View File

@@ -145,16 +145,6 @@ func main() {
},
},
{
Name: "add",
Usage: "Add an existing post locally",
Description: `A way to add an existing post to your local store for easy editing later.
This requires a post ID (from e.g. https://write.as/[ID]) and an Edit Token
(exported from another WriteFreely client, such as the Android app).
`,
Action: commands.CmdAdd,
},
{
Name: "posts",
Usage: "List all of your posts",
Description: "This will list only local posts.",


Loading…
Cancel
Save