aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/justfile b/justfile
index c495100..b789cfc 100644
--- a/justfile
+++ b/justfile
@@ -4,8 +4,8 @@ alias fmt := format
generate target="client":
rye run ariadne-codegen {{ target }}
-run:
- rye run oguri
+run *arguments:
+ rye run oguri {{ arguments }}
format:
rye run black src/oguri