We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
stderr
1 parent ba9fabb commit 43befe1Copy full SHA for 43befe1
lib/node_modules/@stdlib/namespace/bin/cli
@@ -66,7 +66,7 @@ function init() {
66
function help() {
67
var fpath = path.join( __dirname, 'usage.txt' );
68
fs.createReadStream( fpath )
69
- .pipe( process.stdout )
+ .pipe( process.stderr )
70
.on( 'close', onClose );
71
72
function onClose() {
0 commit comments