Skip to content
Discussion options

You must be logged in to vote
  1. $`echo hello` invokes the cmd immediately, then switches the log mode to verbose, after which it gets the output and prints it.
  2. $({ verbose: true })`echo hello` sets verbose mode first, so the cmd meta is also printed.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by antongolub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1385 on February 23, 2026 21:09.