mirror of
https://github.com/sbrow/envr.git
synced 2026-08-26 09:53:32 -04:00
feat: Added uninstall command.
This commit is contained in:
@@ -143,6 +143,13 @@ key somewhere, otherwise your data could be lost forever.`,
|
||||
flags = {.Help},
|
||||
args = {{name = "shell", ntype = "string", completion = "shells"}},
|
||||
},
|
||||
{
|
||||
name = "uninstall",
|
||||
usage = "envr uninstall",
|
||||
short = "Remove envr configuration and database",
|
||||
long = "This will remove all files generated by envr from your system.",
|
||||
flags = GLOBAL_FLAGS + {.Force},
|
||||
},
|
||||
}
|
||||
|
||||
// Caller is responsible for calling delete_command(cmd).
|
||||
|
||||
Reference in New Issue
Block a user