diff --git a/justfile b/justfile index a51ea74..f1b7a3e 100644 --- a/justfile +++ b/justfile @@ -24,7 +24,7 @@ build: # Execute the built binary [group('build')] exec +ARGS='': - ./qc exec --color {{ARGS}} + ./qc exec {{ARGS}} # Build and execute in one command [group('build')]