Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--no-tty turns --machine-readable off #11782

Open
dcermak opened this issue Jul 24, 2020 · 0 comments
Open

--no-tty turns --machine-readable off #11782

dcermak opened this issue Jul 24, 2020 · 0 comments
Labels

Comments

@dcermak
Copy link
Contributor

dcermak commented Jul 24, 2020

Vagrant version

2.2.9

Host operating system

openSUSE Tumbleweed

Expected behavior

The option --no-tty should not turn of --machine-readable.

Actual behavior

--no-tty disables machine readable output.

Steps to reproduce

  1. vagrant init opensuse/Tumbleweed.x86_64 (actually irrelevant which box you use)
  2. vagrant up --machine-readable (produces machine readable output)
  3. vagrant up --machine-readable --no-tty (does not produce machine readable output)
@soapy1 soapy1 added the core label Jul 24, 2020
@soapy1 soapy1 added this to the 2.2.11 milestone Aug 25, 2020
@chrisroberts chrisroberts removed this from the 2.2.11 milestone Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants