Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simplify cli #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

simplify cli #21

wants to merge 1 commit into from

Conversation

aleclarson
Copy link

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

@mde
Copy link
Owner

mde commented Jun 28, 2018

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.

@aleclarson
Copy link
Author

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? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants