Remove First Outline Line #289
Answered
by
nat-n
dan-gittik
asked this question in
Q&A
-
Hey, I'm using Poe to generate output which I then want to evaluate in the shell, much like
Which I want to apply with e.g.
So I'm wondering whether it's possible to suppress it. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
nat-n
Apr 19, 2025
Replies: 1 comment
-
Hi @dan-gittik, No problem, try this: poe -q envvars The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dan-gittik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @dan-gittik, No problem, try this:
The
-q
global option (short for--quiet
) will suppress extra output.