mirror of
https://github.com/fiatjaf/nak.git
synced 2025-12-09 09:08:50 +00:00
UseShortOptionHandling and Suggest
This commit is contained in:
2
main.go
2
main.go
@@ -9,6 +9,8 @@ import (
|
|||||||
|
|
||||||
var app = &cli.App{
|
var app = &cli.App{
|
||||||
Name: "nak",
|
Name: "nak",
|
||||||
|
Suggest: true,
|
||||||
|
UseShortOptionHandling: true,
|
||||||
Usage: "the nostr army knife command-line tool",
|
Usage: "the nostr army knife command-line tool",
|
||||||
Commands: []*cli.Command{
|
Commands: []*cli.Command{
|
||||||
req,
|
req,
|
||||||
|
|||||||
Reference in New Issue
Block a user