alecthomas / kingpin

CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Argument list too long " The flag length limit?

Thebigwind opened this issue · comments

In centos 7 system, run "getconf ARG_MAX" to get 2097152.
But when flag length > 128K, Prompt this error: -bash: /bin/metacli: Argument list too long.Is it a limitation of the shell or kingpin?

Definitely not Kingpin :(