Documentation ¶
Index ¶
- Variables
- func Configure(ctx *cli.Context) error
- func Debug(ctx *cli.Context) error
- func Download(ctx *cli.Context) error
- func Fetch(ctx *cli.Context) error
- func List(ctx *cli.Context) error
- func Open(ctx *cli.Context) error
- func Restore(ctx *cli.Context) error
- func Skip(ctx *cli.Context) error
- func Status(ctx *cli.Context) error
- func Submit(ctx *cli.Context) error
- func Tracks(ctx *cli.Context) error
- func Upgrade(ctx *cli.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // BuildOS is the operating system (GOOS) used during the build process. BuildOS string // BuildARM is the ARM version (GOARM) used during the build process. BuildARM string // BuildARCH is the architecture (GOARCH) used during the build process. BuildARCH string )
Functions ¶
func Configure ¶
Configure stores settings in a JSON file. If a setting is not passed as an argument, default values are used.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.