Andrey Nering

Results 285 comments of Andrey Nering

#1115 is a complement to this. Both should probably be implemented together.

Hey @danquah, Feel free to take this issue. Yes, it does indeed makes sense implement both `silent` and `ignore_error` at the same time, and yes, the `Call` struct is the...

Hi @danquah, Some comments: I think that _NOT_ having inheritance for these flags would probably be more consistent with how Task work overall. `ignore_error: true` would make _that specific task_...

Work is in progress for this feature at #1220.

It has been almost 6 years, but a loop feature was finally just released thanks to @pd93 work! https://taskfile.dev/usage/#looping-over-values ![ItsBeen84Years](https://github.com/go-task/task/assets/7011819/5df1bc93-b524-4345-829e-0efd5a62a7cf)

@marverix We had _a lot_ a activity throughout these 6 years. Yet, some features take some time to happen, like the loop feature we just released. Keep in mind that...

It seems that this is not a problem anymore on the current release. I'm closing this. If anyone continue to experience this issue, let me know.

Hi @Jeremie-Chauvel, We indeed don't have tests for the CLI interface currently. That's a bit hard to test and IMO it's not strictly needed. That said, if you happen to...

Seems that Cobra itself use Go templates to generate the completion scripts? - [Bash](https://github.com/spf13/cobra/blob/284f4101043c4b1faebde411caec35a7b6e36494/bash_completionsV2.go) - [zsh](https://github.com/spf13/cobra/blob/284f4101043c4b1faebde411caec35a7b6e36494/zsh_completions.go) - [Fish](https://github.com/spf13/cobra/blob/284f4101043c4b1faebde411caec35a7b6e36494/fish_completions.go) - [PowerShell](https://github.com/spf13/cobra/blob/284f4101043c4b1faebde411caec35a7b6e36494/powershell_completions.go) We could in theory use the same scripts (or use...