You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, how can I take quiet screenshots? With screencapture it is possible by appending -x, so
I've tried to run screenshot -x APP_NAME but Error: no such option: -x is prompted
The text was updated successfully, but these errors were encountered:
Hi @mnfro, your issue raises a good point, namely that screenshot shadows some command-line flags screencapture uses, and doesn't pass unshadowed command-line flags to screencapture, either. Ideally, screenshot -x APP_NAME would pass the -x flag to screencapture, allowing you to take quiet screenshots.
As it stands right now, the option doesn't exist. However, passing unshadowed flags to screencapture should be easy. I'll add this issue to the roadmap and tag you in it.
Hi, how can I take quiet screenshots? With
screencapture
it is possible by appending-x
, soI've tried to run
screenshot -x APP_NAME
butError: no such option: -x
is promptedThe text was updated successfully, but these errors were encountered: