From 2745606556afb972875d7c4fc818d78b6181ab08 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 17 Aug 2025 01:14:56 +0200 Subject: feat: Add alternative model --- justfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'justfile') 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 }} -- cgit v1.2.3