Replies: 1 comment 1 reply
-
|
There are many ways to do this, including: Google or any GPT clone will come up with a smorgasbord of suggestions. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
There is no possibility to pass go template variables as string to command
Example:
I would like to run command
docker compose ps -a --format "table {{.ID}}\t{{.Image}}\t{{.Name}}"but it's impossible due to go task engine evaluate {{.ID}}, {{.Image}}.
Task
I tried
I really love taskfile ❤️ It helps me everyday
Thanks
Beta Was this translation helpful? Give feedback.
All reactions