Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upLogfile config does not work #713
Comments
|
@rixx Hello! Thanks for reporting this. So, this appears to be an odd behavior related to how the library we use to parse the command-line arguments works. I think this is definitely worth fixing. For now, here is a workaround. You can edit your mycli config file (defaults to As for fixing this going forward, it looks like we need to change this from a |
|
@tsroten. When run
will get
But run
It will be ok.
And |
I'm trying to make mycli run without creating a
~/.mycli.log.mycli --logfile=~/.cache/mycli.logcomplained that this file or directory did not exist, despite its existance. No ~ expansion?mycli --logfile=/home/rixx/.cache/mycli.logagain creates~/.mycli.log.