Skip to content

Commit eb63329

Browse files
committed
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
1 parent 8d1b410 commit eb63329

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

cmd/wf/main.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -144,16 +144,6 @@ func main() {
144144
},
145145
},
146146
},
147-
{
148-
Name: "add",
149-
Usage: "Add an existing post locally",
150-
Description: `A way to add an existing post to your local store for easy editing later.
151-
152-
This requires a post ID (from e.g. https://write.as/[ID]) and an Edit Token
153-
(exported from another WriteFreely client, such as the Android app).
154-
`,
155-
Action: commands.CmdAdd,
156-
},
157147
{
158148
Name: "posts",
159149
Usage: "List all of your posts",

0 commit comments

Comments
 (0)