Andrey Nering
Andrey Nering
Hi @DanyHenriquez, I'm not sure. This is not trivial to implement so it may need some thought first. Also, there are other priorities for now.
Hi @ghostsquad, They can coexist. Look at this code: https://github.com/go-task/task/blob/e36c77aaf3ed88be1583868288958bb272534fa0/status.go#L31-L61 If both checks are available, both need to pass for the task to be run. If you think something is...
@ghostsquad Can you submit a PR?
Hi @ghostsquad, I feel your frustration and I'm open to discuss changes to how we do this. Probably the ideal scenario would be to have some kind of setting, for...
As a workaround, while we don't improve it, you need to call commands like this currently: ```bash env FOO=bar echo $FOO ``` Basically making it part the command itself.
I'd love to get some help from the community on this one.
And to be clear, we already have completion scripts here: https://github.com/go-task/task/tree/master/completion We just don't have a `--generate-completion` flag (or similar name).
Hi @Jeremie-Chauvel, Contribution to documentation would be welcome. Perhaps this would be a new section in the `Installation` page. Regarding code contribution, that's welcome, too. I'm still not 100% on...
@Jeremie-Chauvel #906 is merged. Thanks!
Hi @Jeremie-Chauvel, I'm totally fine with migrating to Cobra if that bring improvements. I had initially choosen [pflag](https://github.com/spf13/pflag) because it's more minimalistic. I now noticed [Cobra uses pflag under the...