This commit is contained in:
David Dworken 2022-11-16 20:43:11 -08:00
parent 86f9d67aff
commit cb38bb1281
No known key found for this signature in database

View File

@ -30,3 +30,5 @@ var uninstallCmd = &cobra.Command{
func init() {
rootCmd.AddCommand(uninstallCmd)
}
// TODO: maybe prompt users for feedback on why they're uninstalling?