Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Command represents the semaphore daemon command Command = &cobra.Command{ Use: "protobuf", Short: "Generates a protobuf definitions", Long: `Generates a protobuf definitions. *NOTE*: This is a experimental feature and not all features are supported yet.`, RunE: run, SilenceUsage: true, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.