diff options
| author | Mel <einebeere@gmail.com> | 2024-12-29 18:06:59 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-12-29 18:06:59 +0100 |
| commit | 18c168e2debe952e932e360ec3dbc9c58ad3cd3f (patch) | |
| tree | 2d7a118a18e5edc17b06fe7a313811711c45ad50 /Taskfile.yml | |
| parent | 5025fab41ac37665ad35967f1f03c16588461605 (diff) | |
| download | specimen-step-1.tar.zst specimen-step-1.zip | |
Read configuration from flags and reply with configured name step-1
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'Taskfile.yml')
| -rw-r--r-- | Taskfile.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Taskfile.yml b/Taskfile.yml index ac379ae..a8ce472 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -9,7 +9,6 @@ tasks: run: desc: "Run specimen application binary." - dir: application deps: [build] cmds: - - build/specimen + - application/build/specimen {{.CLI_ARGS}} |
