Page MenuHomeMusing Studio

No OneTemporary

diff --git a/cmd/wf/flags.go b/cmd/wf/flags.go
index 03ed17c..dac0803 100644
--- a/cmd/wf/flags.go
+++ b/cmd/wf/flags.go
@@ -1,30 +1,21 @@
package main
import (
"gopkg.in/urfave/cli.v1"
)
var globalFlags = []cli.Flag{
cli.BoolFlag{
Name: "tor, t",
Usage: "Perform action on 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",
- },
- cli.StringFlag{
- Name: "user-agent",
- Usage: "Sets the User-Agent for API requests",
- Value: "",
- },
cli.StringFlag{
Name: "host, H",
Usage: "Operate against a custom hostname",
},
}

File Metadata

Mime Type
text/x-diff
Expires
Sun, Nov 24, 11:07 PM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3106454

Event Timeline