I believe that all functionality is implemented
This commit is contained in:
@@ -17,14 +17,8 @@ import (
|
||||
// i3statusCmd represents the i3status command
|
||||
var i3statusCmd = &cobra.Command{
|
||||
Use: "i3status",
|
||||
Short: "",
|
||||
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: opI3Status,
|
||||
Short: "Output your timer.txt status in json for the i3 status bar",
|
||||
RunE: opI3Status,
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
||||
Reference in New Issue
Block a user