Documentation
¶
Overview ¶
Package command implements CLI command definitions.
Package command implements CLI command definitions.
Package command implements CLI command definitions.
Package command implements CLI command definitions.
Package command implements CLI command definitions.
Package command implements CLI command definitions.
Index ¶
- func BookmarkCommand() *cobra.Command
- func ConfigCommand() *cobra.Command
- func DevopsCommand() *cobra.Command
- func FireflyiiiCommand() *cobra.Command
- func ForgeCommand() *cobra.Command
- func GithubCommand() *cobra.Command
- func HubCommand() *cobra.Command
- func IsJSON(cmd *cobra.Command) bool
- func KanbanCommand() *cobra.Command
- func LoginCommand() *cobra.Command
- func MemoCommand() *cobra.Command
- func NocodbCommand() *cobra.Command
- func PipelineCommand() *cobra.Command
- func PrintEmptyList(cmd *cobra.Command, tableMsg string) error
- func PrintJSON(v any) error
- func PrintJSONError(err error)
- func ReaderCommand() *cobra.Command
- func TransmissionCommand() *cobra.Command
- func TriliumCommand() *cobra.Command
- func VersionCommand(version string) *cobra.Command
- func WorkflowCommand() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BookmarkCommand ¶
func ConfigCommand ¶
ConfigCommand returns the config parent command
func DevopsCommand ¶ added in v0.97.8
DevopsCommand returns the root command for the devops aggregator.
func FireflyiiiCommand ¶ added in v0.97.8
FireflyiiiCommand returns the root command for Firefly III finance.
func ForgeCommand ¶
func GithubCommand ¶
func HubCommand ¶
func IsJSON ¶ added in v0.97.8
IsJSON reports whether the command (or an ancestor) requested JSON output.
func KanbanCommand ¶
func MemoCommand ¶
func NocodbCommand ¶ added in v0.97.8
NocodbCommand returns the root command for NocoDB.
func PipelineCommand ¶
func PrintEmptyList ¶ added in v0.97.8
PrintEmptyList writes an empty JSON array when -o json is set, otherwise tableMsg.
func PrintJSONError ¶ added in v0.97.8
func PrintJSONError(err error)
PrintJSONError writes a protocol-shaped failed response as JSON to stdout. HTTP API responses stay client-safe via NewFailedResponse; local CLI errors surface err.Error() so operators see actionable diagnostics on the console.
func ReaderCommand ¶
func TransmissionCommand ¶ added in v0.97.8
TransmissionCommand returns the root command for Transmission downloads.
func TriliumCommand ¶ added in v0.97.8
TriliumCommand returns the root command for trilium notes.
func VersionCommand ¶
VersionCommand returns the version command
func WorkflowCommand ¶
Types ¶
This section is empty.