When I read the command help by --help option, there is a sentence, A new cli application.
It isn't a serious problem but the impression isn't good.
$ tx --help
NAME:
tx - A new cli application
USAGE:
tx [global options] command [command options] [arguments...]
VERSION:
1.6.17
It seems to the default value of urfave/cli?
When I read the command help by
--helpoption, there is a sentence,A new cli application.It isn't a serious problem but the impression isn't good.
$ tx --help NAME: tx - A new cli application USAGE: tx [global options] command [command options] [arguments...] VERSION: 1.6.17It seems to the default value of urfave/cli?