Ver código fonte

Remove wf claim command

This isn't needed / used in WriteFreely.
pull/45/head
Matt Baer 4 anos atrás
pai
commit
400b6fe14a
1 arquivos alterados com 0 adições e 20 exclusões
  1. +0
    -20
      cmd/wf/main.go

+ 0
- 20
cmd/wf/main.go Ver arquivo

@@ -187,26 +187,6 @@ func main() {
},
},
}, {
Name: "claim",
Usage: "Claim local unsynced posts",
Action: requireAuth(commands.CmdClaim, "claim unsynced posts"),
Description: "This will claim any unsynced posts local to this machine. To see which posts these are run: wf posts.",
Flags: []cli.Flag{
cli.BoolFlag{
Name: "tor, t",
Usage: "Authenticate via Tor hidden service",
},
cli.IntFlag{
Name: "tor-port",
Usage: "Use a different port to connect to Tor",
Value: 9150,
},
cli.BoolFlag{
Name: "verbose, v",
Usage: "Make the operation more talkative",
},
},
}, {
Name: "auth",
Usage: "Authenticate with a WriteFreely instance",
Action: cmdAuth,


Carregando…
Cancelar
Salvar