We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not every terminal supports all colors, so there should be an option to supress them or you get ugly stuff like:
[INFO] Configuration: \t\033[0;35m- Machine Name: default \033[0m \t\033[0;35m- Shared Folder: /home/fcarey/docker-share \033[0m \t\033[0;35m- Mount Options: noacl,async \033[0m \t\033[0;35m- Force: true \033[0m [INFO] machine presence ... \033[0;32mOK \033[0m [INFO] machine running ... \033[0;32mOK \033[0m [INFO] Lookup mandatory properties ... \033[0;32mOK \033[0m \t\033[0;35m- Machine IP: 192.168.99.102 \033[0m \t\033[0;35m- Network ID: vboxnet0 \033[0m \t\033[0;35m- NFSHost IP: 192.168.99.1 \033[0m
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not every terminal supports all colors, so there should be an option to supress them or you get ugly stuff like:
The text was updated successfully, but these errors were encountered: