From eb6332945a8793cb596cbc218e1301a0bc4c64ba Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Mon, 22 Jul 2019 15:22:36 -0400 Subject: [PATCH] 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 --- cmd/wf/main.go | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/cmd/wf/main.go b/cmd/wf/main.go index 140cde5..46de71d 100644 --- a/cmd/wf/main.go +++ b/cmd/wf/main.go @@ -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.",