Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var C config.Config
C is the package config
View Source
var RootCmd = &cobra.Command{ Use: "runes", Short: "A personal markdown pad", Long: "A personal markdown pad", Run: func(cmd *cobra.Command, args []string) { _ = cmd.Help() }, }
RootCmd represents the base command when called without any subcommands
Functions ¶
func ExecuteCmd ¶
func ExecuteCmd()
ExecuteCmd adds all child commands to the root command sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.