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

@@ -3,7 +3,7 @@ package main
import (
"context"
"github.com/fiatjaf/cli/v3"
"github.com/urfave/cli/v3"
"github.com/nbd-wtf/go-nostr"
)