Add fix command

This commit is contained in:
2022-12-02 12:43:00 -08:00
parent d312f0c211
commit af068507f1
2 changed files with 51 additions and 0 deletions

View File

@@ -146,6 +146,11 @@ func main() {
Aliases: []string{"ref"},
Action: refreshCmd,
},
{
Name: "fix",
Usage: "Attempt to fix problems with LURE",
Action: fixCmd,
},
{
Name: "version",
Usage: "Display the current LURE version and exit",