-
Notifications
You must be signed in to change notification settings - Fork 553
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
mc: Global flags do not affect initialization messages #2089
Comments
Shall we hide initialization messages when json flag is activated ? |
Actually we shouldn't we should have a JSON equivalent. |
harshavardhana
changed the title
Global flags do not affect initialization messages
mc: Global flags do not affect initialization messages
Apr 4, 2017
harshavardhana
added a commit
to harshavardhana/mc
that referenced
this issue
Jun 21, 2017
harshavardhana
added a commit
to harshavardhana/mc
that referenced
this issue
Jun 23, 2017
harshavardhana
added a commit
to harshavardhana/mc
that referenced
this issue
Jun 23, 2017
harshavardhana
added a commit
to harshavardhana/mc
that referenced
this issue
Jun 26, 2017
harshavardhana
added a commit
to harshavardhana/mc
that referenced
this issue
Jun 26, 2017
harshavardhana
added a commit
that referenced
this issue
Jun 26, 2017
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected behaviour
Global flags
--no-color
,--quiet
,--json
, and--debug
should be used for all outputAll output should be de-colorized/supressed/json/verbose as specified
Actual behaviour
The initialization messages are output with color in plaintext regardless of the specified options
Steps to reproduce the behaviour
mc
with one of the above options with aconfig-folder
that has not been previously usedmc version
System information
Bash shell on Ubuntu
The text was updated successfully, but these errors were encountered: