Dev a few more operations
* Archive * Config * Pull out filter generation (from list) for reuse
This commit is contained in:
@@ -13,14 +13,8 @@ import (
|
||||
// editorCmd represents the editor command
|
||||
var editorCmd = &cobra.Command{
|
||||
Use: "editor",
|
||||
Short: "A brief description of your command",
|
||||
Long: `A longer description that spans multiple lines and likely contains examples
|
||||
and usage of using your command. For example:
|
||||
|
||||
Cobra is a CLI library for Go that empowers applications.
|
||||
This application is a tool to generate the needed files
|
||||
to quickly create a Cobra application.`,
|
||||
RunE: opEditor,
|
||||
Short: "Open either the timer.txt file or the done.txt file in the default editor ",
|
||||
RunE: opEditor,
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
||||
Reference in New Issue
Block a user