Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "bluge", Short: "command-line tool to interact with a bluge index", Long: `Bluge is a command-line tool to interact with a bluge index.`, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { return nil }, PersistentPostRunE: func(cmd *cobra.Command, args []string) error { return nil }, }
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.