cli + tui to publish to leaflet (wip) & manage tasks, notes & watch/read lists 馃崈
charm leaflet readability golang
at main 8 lines 151 B view raw
1//go:build prod 2 3package main 4 5import "github.com/spf13/cobra" 6 7// registerTools is a no-op in production builds 8func registerTools(*cobra.Command) {}