-
Notifications
You must be signed in to change notification settings - Fork 26
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
Deno Support #148
Comments
Just wanted to follow up. I'm a huge fan of this CLI DX and would very much like to continue using it. Thoughts on this issue would be greatly appreciated! |
Hey I really want to do that. Having dryRun was to support Deno. Hope I’ll get to this soon |
@Schniz thank you for your consideration. AWESOME TOOL! |
Hi @Schniz, any word on whether this feature might make its way into the lib? (no pressure). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Awesome library. I'm currently using
cmd-ts
within a Deno application. Everything behaves beautifully with one exception: at the end of every run is an error related to (what appears to be) a NodeJS cleanup hook (?).Using
dryRun
suppresses this error... but then there's no console output. Any tips on smoothing this out?The text was updated successfully, but these errors were encountered: