diff options
| author | Mel <einebeere@gmail.com> | 2023-08-26 02:09:22 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2023-08-26 02:09:22 +0200 |
| commit | 04ce21ba35b50d6857051715b2d87cb7f2074e8b (patch) | |
| tree | 81f17f4ecae949f33525b09e706b79097385a12f /Taskfile.yml | |
| parent | 27c39fce776c395711a9a70ca6a195515ec5ba5e (diff) | |
| download | cthcous-04ce21ba35b50d6857051715b2d87cb7f2074e8b.tar.zst cthcous-04ce21ba35b50d6857051715b2d87cb7f2074e8b.zip | |
Diffstat (limited to 'Taskfile.yml')
| -rw-r--r-- | Taskfile.yml | 2 |
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." |
