This website requires JavaScript.
Explore
Help
Sign in
opdavies
/
zet
Watch
1
Star
0
Fork
You've already forked zet
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
cobra
zet
/
main.go
8 lines
97 B
Go
Raw
Permalink
Normal View
History
Unescape
Escape
Initialise a new Cobra app
2025-09-23 14:04:51 +01:00
package
main
Add `titles` command to show all IDs and titles Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
2025-09-23 23:56:47 +01:00
import
"code.oliverdavies.uk/opdavies/cmd-zet/cmd"
Initialise a new Cobra app
2025-09-23 14:04:51 +01:00
func
main
(
)
{
cmd
.
Execute
(
)
}
Reference in a new issue
Copy permalink