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

@@ -8,7 +8,7 @@ import (
"github.com/markusmobius/go-dateparser"
"github.com/nbd-wtf/go-nostr"
"github.com/urfave/cli/v3"
"github.com/fiatjaf/cli/v3"
)
type NaturalTimeFlag = cli.FlagBase[nostr.Timestamp, struct{}, naturalTimeValue]