about summary refs log tree commit diff
path: root/Taskfile.yml
diff options
context:
space:
mode:
Diffstat (limited to 'Taskfile.yml')
-rw-r--r--Taskfile.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Taskfile.yml b/Taskfile.yml
index ec302d9..b168e69 100644
--- a/Taskfile.yml
+++ b/Taskfile.yml
@@ -11,7 +11,7 @@ tasks:
     desc: "Runs cthcous binary."
     deps: [build]
     cmds:
-      - build/cthcous
+      - build/cthcous {{.CLI_ARGS}}
 
   run-container:
     desc: "Runs the container bridge binary."