mirror of
https://github.com/NotAShelf/batmon.git
synced 2025-01-19 08:22:29 +00:00
add short description
This commit is contained in:
parent
6221a470a3
commit
514eb6617e
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -15,7 +15,7 @@ import (
|
||||||
func main() {
|
func main() {
|
||||||
var rootCmd = &cobra.Command{
|
var rootCmd = &cobra.Command{
|
||||||
Use: "batmon",
|
Use: "batmon",
|
||||||
Short: "TODO",
|
Short: "Dead-simple battery monitor for Linux",
|
||||||
Long: `TODO`,
|
Long: `TODO`,
|
||||||
Run: func(cmd *cobra.Command, args []string) {
|
Run: func(cmd *cobra.Command, args []string) {
|
||||||
// load the battery configuration
|
// load the battery configuration
|
||||||
|
|
Loading…
Reference in a new issue