Documentation ¶
Overview ¶
Package command contains the CLI options for Muxy.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Commands map[string]cli.CommandFactory
Commands contains all CLI commands available
View Source
var UI cli.Ui
UI wraps the commands available to the CLI
Functions ¶
This section is empty.
Types ¶
type ProxyCommand ¶
type ProxyCommand struct {
Meta Meta
}
ProxyCommand enables an http proxy for http tampering
func (*ProxyCommand) Help ¶
func (pc *ProxyCommand) Help() string
Help prints out detailed help for this command
func (*ProxyCommand) Run ¶
func (pc *ProxyCommand) Run(args []string) int
Run the HTTP Proxy CLI command
func (*ProxyCommand) Synopsis ¶
func (pc *ProxyCommand) Synopsis() string
Synopsis prints out help for this command
Click to show internal directories.
Click to hide internal directories.