cobra, dammit

This commit is contained in:
nate smith 2024-08-18 16:16:38 -05:00
parent a4e0e29d18
commit 198b6629ba

View File

@ -6,7 +6,7 @@ import (
)
func init() {
cutupCmd.Flags().IntP("port", "p", 8080, "port to listen on")
serveCmd.Flags().IntP("port", "p", 8080, "port to listen on")
rootCmd.AddCommand(serveCmd)
}