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
`trellis vm sudoers` is meant to be piped into `sudo tee` but if its run
without that, the output might be confusing. This uses `isatty` to
detect if its being run in an interactive terminal or not to vary the
output and be more helpful
0 commit comments