Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F10387105
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
726 B
Subscribers
None
View Options
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
Details
Attached
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
Attached To
rWCLI writeas-cli
Event Timeline
Log In to Comment