jeremiec
jeremiec
Hi everyone, I just found out that `task` has indeed an available completion, I highly recommend adding a few words regarding this in the documentation (in the installation section maybe...
Hi @andreynering, I don't really know golang, however I'm interested in this feature, and would love to submit a pull request to implement it. (As well as contributing to the...
Sure, for the `--generate-completion` flag, I propose looking into other implementation first to have a strategy you can understand and challenge before moving to implementation ☺️ First that comes to...
From a quick look into github-cli, it seems the projet is relying on [cobra](https://github.com/spf13/cobra) to build there CLI interface. One of Cobra feature is generating the completion for the built...
Hi @andreynering, [I worked with @viconnex to document the existing completions](https://github.com/go-task/task/pull/906). I will tackle the flag in coming weeks
Hi @andreynering, It took some to get get back to you but from a small investigation, I propose three ways of addressing this issue: - Refactoring the CLI interface to...
The examples are not up to date as mentioned in the linked pr, use `prompt(questions, style=custom_style_2)` instead of `prompt.prompt(questions, style=custom_style_2)`
Hi @andreynering, I'm very sorry for the delay, I found some time today to give migrating task to cobra a go, I have a simple migration that 'seems' to work,...
Hi @danquah, Don't have my computer on me, however I remember that I blocked on an architecture issue where Cobra needs to infer the possible params before launching the main...
Hi, I pushed my current work on https://github.com/Jeremie-Chauvel/task/tree/switch-interface-to-cobra, I took the liberty to rebase it on the main branch but I didn't review the general changes. Current issue is as...