Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Root = &cobra.Command{ Long: "noti - Monitor a process and trigger a notification", Use: "noti [flags] [utility [args...]]", Example: "noti tar -cjf music.tar.bz2 Music/\nclang foo.c; noti", RunE: rootMain, SilenceErrors: true, SilenceUsage: true, }
Root is the root noti command.
View Source
var Version string
Version is the version of noti. This is set at compile time with Make.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.