Fixed some shit

This commit is contained in:
2025-05-12 20:24:55 -04:00
parent e3271ea47a
commit 0aa8065640
10 changed files with 354 additions and 17 deletions

View File

@@ -19,11 +19,12 @@ func main() {
commands = append(commands, cliCommands.ReportCommand())
commands = append(commands, cliCommands.GrpcCommand())
commands = append(commands, cliCommands.DecryptCommand())
commands = append(commands, cliCommands.Interactive())
app := &cli.App{
Name: "img-proxy-url-generator",
Usage: "URL Generator for the img proxy service",
DefaultCommand: "generate",
DefaultCommand: "interactive",
Version: Version,
Commands: commands,
Flags: []cli.Flag{