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

@@ -4,7 +4,7 @@ import (
"context"
"fmt"
"github.com/fiatjaf/cli/v3"
"github.com/urfave/cli/v3"
"github.com/nbd-wtf/go-nostr"
"github.com/nbd-wtf/go-nostr/nip04"
)