Files
gotask-cli/commands/help.go

10 lines
118 B
Go

package commands
import (
"fmt"
)
func Help() {
fmt.Println("Hang in there, will do the help stuff some day !")
}