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

--cliconfigonly doesn't affect #871

Closed
bes-internal opened this issue Feb 16, 2017 · 2 comments · Fixed by #880
Closed

--cliconfigonly doesn't affect #871

bes-internal opened this issue Feb 16, 2017 · 2 comments · Fixed by #880

Comments

@bes-internal
Copy link
Contributor

--cliconfigonly not work. If I understand correctly rc must not be taken from ~/.ungitrc if agrument is specified
ungit 1.1.7

@jung-kim
Copy link
Collaborator

Can you provide command and .ungitrc you have tried?

@bes-internal
Copy link
Contributor Author

~/.ungitrc:

{
    "logLevel": "debug",
    "port": 10222
}

Run ungit:

$ ungit 
Setting log level to debug
2017-02-21T09:12:50.364Z - info: Listening on port 10222
...

Then try this:

$ ungit --cliconfigonly
Setting log level to debug
2017-02-21T09:13:08.826Z - info: Listening on port 10222
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants