UseShortOptionHandling and Suggest

This commit is contained in:
fiatjaf 2024-01-21 18:11:52 -03:00
parent b17887fe21
commit 6a75c8aec3
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1

View File

@ -9,6 +9,8 @@ import (
var app = &cli.App{
Name: "nak",
Suggest: true,
UseShortOptionHandling: true,
Usage: "the nostr army knife command-line tool",
Commands: []*cli.Command{
req,