diff --git a/Sources/Executable/main.swift b/Sources/Executable/main.swift index 36357f1..79ecc5b 100644 --- a/Sources/Executable/main.swift +++ b/Sources/Executable/main.swift @@ -38,7 +38,8 @@ do { try terminal.run(executable: executable, commands: [ Search(console: terminal), Install(console: terminal), - Update(console: terminal) + Update(console: terminal), + Remove(console: terminal) ], arguments: Array(iterator), help: [ "Need help? Open an issue on GitHub."