From 7867479c7f44492ab31acfed493b2d6e1b1d449b Mon Sep 17 00:00:00 2001 From: MatrixFurry Date: Wed, 29 Jul 2026 02:54:10 -0500 Subject: [PATCH] fix `use` format --- template.nu | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/template.nu b/template.nu index ac0f9dd..1c25161 100644 --- a/template.nu +++ b/template.nu @@ -6,7 +6,7 @@ const module_path: path = "@MODULE_PATH@" const module_name = $module_path | path basename const print_usage = @PRINT_USAGE@ -use std log +use std/log use $module_path def main --wrapped [ @@ -78,4 +78,3 @@ def print-functions [ } | table --index false --theme rounded } - -- 2.51.2