true icon indicating copy to clipboard operation
true copied to clipboard

simplify cli

Open aleclarson opened this issue 7 years ago • 2 comments

NodeJS programs have an exit code of zero by default, so there's no need for any code here.

aleclarson avatar Jun 27 '18 15:06 aleclarson

Brevity is the soul of wit, but now the CLI appears to be a no-op. We do need a functional CLI, to duplicate the behavior of Unix true utility.

mde avatar Jun 28 '18 00:06 mde

man true describes the true command as "The true utility always returns with exit code zero."

A no-op accomplishes that. Am I missing something? :)

aleclarson avatar Jun 28 '18 15:06 aleclarson