-
-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
It seems like currently it's hardcoded to stdout:
Line 57 in bcc5d0d
| private writer = Deno.stdout.writable.getWriter(); |
But it'd be nice to be able to set it to stderr too
The reasoning is that for cli, it's not uncommon to depends on stdout returns when using the shell syntax (like $()), but currently this messes the output
deno --allow-run=$(deno task install-and-return-path) run mod.tsKind similar behavior like curl/wget uses for progress bar.
Actually it may be a better default to use stderr, but it may be a breaking change
Metadata
Metadata
Assignees
Labels
No labels