Open Issues Need Help
View All on GitHubAI Summary: The user requests a feature to bypass or control Taskfile's prompt validation, similar to an `assume-yes` flag. This is needed for scripting with tools like Ansible or Charm, and for non-interactive environments where a TTY is unavailable. Proposed solutions include a global variable like `.CLI_ASSUME_YES` or a command to query for prompt validation.
A task runner / simpler Make alternative written in Go
AI Summary: The user proposes integrating `shellcheck` into Taskfile to lint shell commands defined within tasks, as they migrate from traditional makefiles. They suggest two approaches: either a new command to dump a task's commands as a shell script for external linting, or a built-in `task --lint` command that automatically runs `shellcheck` on task commands to catch basic errors and typos.
A task runner / simpler Make alternative written in Go
A task runner / simpler Make alternative written in Go
A task runner / simpler Make alternative written in Go
A task runner / simpler Make alternative written in Go
A task runner / simpler Make alternative written in Go