A cli made in Golang which can show you random jokes in your cli.
You need to have Go installed on your hardware
go install github.com/achintya-7/ligma-cli@latest
ligma-cli -h
If you are using Cobra and Cobra-Cli. You can add a new command using
cobra-cli add [command--name]
This will make a new go file in your cmd and you can start writing your functions there.