Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "0.1.0" // x-release-please-version
Variables ¶
View Source
var Command = cli.Command{ Name: "bruce-test-api", Usage: "CLI for the bruce-test-api API", Version: Version, Flags: []cli.Flag{ &cli.BoolFlag{ Name: "debug", Usage: "Enable debug logging", }, &cli.StringFlag{ Name: "base-url", Usage: "Override the base URL for API requests", }, }, Commands: []*cli.Command{ { Name: "webhooks", Category: "API RESOURCE", Commands: []*cli.Command{ &webhooksRegister, }, }, }, EnableShellCompletion: true, HideHelpCommand: true, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.