Good CLI Design Is Mostly Silence

A CLI is both a user interface and an API for scripts. Quiet mode, stdout, stderr, colors, and exit codes need real contracts.
评论
?
参与讨论

A CLI is both a user interface and an API for scripts. Quiet mode, stdout, stderr, colors, and exit codes need real contracts.