Documentation ¶ Overview ¶ Package client implements the hacksaw cli client Index ¶ func HandleCommand(workspaceTopDir string, pathBinder bind.PathBinder, args []string) error type Command func NewCommand(bm bind.PathBinder, wtd string) Command func (c Command) Handle(args []string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func HandleCommand ¶ func HandleCommand(workspaceTopDir string, pathBinder bind.PathBinder, args []string) error Types ¶ type Command ¶ type Command struct { // contains filtered or unexported fields } func NewCommand ¶ func NewCommand(bm bind.PathBinder, wtd string) Command func (Command) Handle ¶ func (c Command) Handle(args []string) error Handle parses all command line arguments Source Files ¶ View all Source files client.go command.go Click to show internal directories. Click to hide internal directories.