From 027dcce5d199d914c9c560f354fba71ef4974a00 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 20 May 2024 22:07:00 -0400 Subject: Minor Ide changes & fixes - ns.sh was broken because I never updated the commands to include the .sh extensions - changed a few other UI things in ns.sh to support my workflow - run.sh was broken when the exe name had a hyphen in it, so just use bild --plan instead of regex - changed the noqa to include the English name of the ignored rule because lets be real I'll never remember what A003 means --- Biz/Ide/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Ide/run.sh') diff --git a/Biz/Ide/run.sh b/Biz/Ide/run.sh index 8acb519..506aa92 100755 --- a/Biz/Ide/run.sh +++ b/Biz/Ide/run.sh @@ -2,5 +2,5 @@ set -eu target=$1 shift -out=$(rg --only-matching ": out (\w*)" -r '$1' "$target") +out=$(bild --plan "$target" | jq --raw-output ".\"${target}\".out") exec "${CODEROOT:?}/_/bin/$out" "$@" -- cgit v1.2.3