hardcode our fork of urfave/cli because go is stupid.

fixes https://github.com/fiatjaf/nak/issues/26
This commit is contained in:
fiatjaf
2024-07-23 15:23:07 -03:00
parent 48c0e342e3
commit 220fe84f1b
15 changed files with 18 additions and 18 deletions

View File

@@ -4,7 +4,7 @@ import (
"context"
"os"
"github.com/urfave/cli/v3"
"github.com/fiatjaf/cli/v3"
)
var app = &cli.Command{