-
Notifications
You must be signed in to change notification settings - Fork 519
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
3.1.7: "paket install --log-file" blows up right away with IndexOutOfRangeException #1743
Comments
|
You mean if you don't provide a name but still set the switch? |
|
Yes. From the doc it looks perfectly legal, although it does not tell what the default log file name is going to be. |
|
@eiriktsarpalis is this something Argu could handle? |
|
sorry this is not coming from argu. fixing it now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation shows Filename parameter for --log-file command line switch as optional, but attempt to omit log file name causes Paket to break right away with IndexOutOfRangeException.
The text was updated successfully, but these errors were encountered: