aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/justfile b/justfile
index b23d891..70a091b 100644
--- a/justfile
+++ b/justfile
@@ -2,6 +2,7 @@ project := "umapyai"
alias gen := generate
alias fmt := format
+alias alt := run_alternative
generate target="client":
rye run ariadne-codegen {{ target }}
@@ -9,6 +10,9 @@ generate target="client":
run *arguments:
rye run {{ project }} {{ arguments }}
+run_alternative *arguments:
+ rye run {{ project }}_alternative {{ arguments }}
+
scrape *arguments:
rye run article_scraper {{ arguments }}