Dev a few more operations

* Archive
* Config
* Pull out filter generation (from list) for reuse
This commit is contained in:
2022-01-20 08:51:39 -06:00
parent d597da3b64
commit 54c91f0d3c
6 changed files with 125 additions and 96 deletions

View File

@@ -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() {