migrate to urfave/cli/v3 again now that they have flags after arguments.

This commit is contained in:
fiatjaf
2025-02-16 13:02:04 -03:00
parent 17920d8aef
commit 26930d40bc
22 changed files with 36 additions and 40 deletions

View File

@@ -6,7 +6,7 @@ import (
"os"
"path/filepath"
"github.com/fiatjaf/cli/v3"
"github.com/urfave/cli/v3"
"github.com/nbd-wtf/go-nostr"
)