cli

package
v0.0.0-...-23afbe8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 17, 2022 License: MPL-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Commands

func Commands() map[string]cli.CommandFactory

Types

type BuildCommand

type BuildCommand struct {
	// contains filtered or unexported fields
}

BuildCommand is the command to show the version of the agent

func (BuildCommand) Colorize

func (b BuildCommand) Colorize() *colorstring.Colorize

func (BuildCommand) Flags

func (b BuildCommand) Flags(name string) *flag.FlagSet

func (*BuildCommand) Help

func (b *BuildCommand) Help() string

Help implements the cli.Command interface

func (BuildCommand) Init

func (b BuildCommand) Init() error

func (*BuildCommand) Run

func (b *BuildCommand) Run(args []string) int

Run implements the cli.Command interface

func (*BuildCommand) Synopsis

func (b *BuildCommand) Synopsis() string

Synopsis implements the cli.Command interface

type CleanCommand

type CleanCommand struct {
	// contains filtered or unexported fields
}

CleanCommand is the command to show the version of the agent

func (CleanCommand) Colorize

func (b CleanCommand) Colorize() *colorstring.Colorize

func (*CleanCommand) Flags

func (c *CleanCommand) Flags() *flag.FlagSet

func (*CleanCommand) Help

func (c *CleanCommand) Help() string

Help implements the cli.Command interface

func (CleanCommand) Init

func (b CleanCommand) Init() error

func (*CleanCommand) Run

func (c *CleanCommand) Run(args []string) int

Run implements the cli.Command interface

func (*CleanCommand) Synopsis

func (c *CleanCommand) Synopsis() string

Synopsis implements the cli.Command interface

type InitCommand

type InitCommand struct {
	UI cli.Ui
}

InitCommand is the command to show the version of the agent

func (*InitCommand) Help

func (c *InitCommand) Help() string

Help implements the cli.Command interface

func (*InitCommand) Run

func (c *InitCommand) Run(args []string) int

Run implements the cli.Command interface

func (*InitCommand) Synopsis

func (c *InitCommand) Synopsis() string

Synopsis implements the cli.Command interface

type TestCommand

type TestCommand struct {
	// contains filtered or unexported fields
}

TestCommand is the command to test the Solidity project

func (TestCommand) Colorize

func (b TestCommand) Colorize() *colorstring.Colorize

func (*TestCommand) Flags

func (b *TestCommand) Flags() *flag.FlagSet

func (*TestCommand) Help

func (b *TestCommand) Help() string

Help implements the cli.Command interface

func (TestCommand) Init

func (b TestCommand) Init() error

func (*TestCommand) Run

func (b *TestCommand) Run(args []string) int

Run implements the cli.Command interface

func (*TestCommand) Synopsis

func (b *TestCommand) Synopsis() string

Synopsis implements the cli.Command interface

type VersionCommand

type VersionCommand struct {
	UI cli.Ui
}

VersionCommand is the command to show the version of the agent

func (*VersionCommand) Help

func (c *VersionCommand) Help() string

Help implements the cli.Command interface

func (*VersionCommand) Run

func (c *VersionCommand) Run(args []string) int

Run implements the cli.Command interface

func (*VersionCommand) Synopsis

func (c *VersionCommand) Synopsis() string

Synopsis implements the cli.Command interface

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL