mirror of
https://github.com/fiatjaf/nak.git
synced 2024-11-22 16:19:07 -05:00
UseShortOptionHandling and Suggest
This commit is contained in:
parent
b17887fe21
commit
6a75c8aec3
6
main.go
6
main.go
|
@ -8,8 +8,10 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var app = &cli.App{
|
var app = &cli.App{
|
||||||
Name: "nak",
|
Name: "nak",
|
||||||
Usage: "the nostr army knife command-line tool",
|
Suggest: true,
|
||||||
|
UseShortOptionHandling: true,
|
||||||
|
Usage: "the nostr army knife command-line tool",
|
||||||
Commands: []*cli.Command{
|
Commands: []*cli.Command{
|
||||||
req,
|
req,
|
||||||
count,
|
count,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user