dearchap
dearchap
Fixed in latest release.
Not a problem at all. Go ahead . Thanks a lot Get Outlook for iOS ________________________________ From: Ruslan ***@***.***> Sent: Friday, October 7, 2022 4:37:20 PM To: urfave/cli ***@***.***> Cc:...
@ina-stoyanova PR #1546 has a fix for this. You can set the string slice separator to something else
Is this a property of just pooled connection or all connections ?
@rautesamtr I think this could be implemented by the cli user by using a custom app/Command.BashCompletionFunc which would be triggered when completion is needed. cli gives users the choice to...
@meatballhat Need your help on those doc errors. I changed the tag from "output" to "error" in the flags.md file but I am still getting errors.
@urfave/cli I've fixed all the compile/test issues. I want your opinion on whether this is a good candidate for merge into v2 or we get this into v3.
Okay so I've been thinking about this a bit more and the PR as it is wont work. It redirects all help output to stderr which is incorrect. Output to...
@richard-ramos You have to create a new yaml loader and pass in your custom struct here https://github.com/urfave/cli/blob/v2-maint/altsrc/yaml_file_loader.go#L25 That way the correct types are unmarshalled here https://github.com/urfave/cli/blob/v2-maint/altsrc/yaml_file_loader.go#L49 Perhaps we could allow...