about summary refs log tree commit diff
path: root/Taskfile.yml
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2023-08-26 02:09:22 +0200
committerMel <einebeere@gmail.com>2023-08-26 02:09:22 +0200
commit04ce21ba35b50d6857051715b2d87cb7f2074e8b (patch)
tree81f17f4ecae949f33525b09e706b79097385a12f /Taskfile.yml
parent27c39fce776c395711a9a70ca6a195515ec5ba5e (diff)
downloadcthcous-04ce21ba35b50d6857051715b2d87cb7f2074e8b.tar.zst
cthcous-04ce21ba35b50d6857051715b2d87cb7f2074e8b.zip
Add config HEAD main
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."