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 } -