We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508cfbd commit 7f836bcCopy full SHA for 7f836bc
toolkit.nu
@@ -1,8 +1,6 @@
1
use std assert
2
3
const script_pwd = path self .
4
-$env.TOPIARY_CONFIG_FILE = ($script_pwd | path join languages.ncl)
5
-$env.TOPIARY_LANGUAGE_DIR = ($script_pwd | path join languages)
6
7
def run_ide_check [
8
file: path
@@ -35,6 +33,8 @@ def print_progress [
35
33
export def test_format [
36
34
path: path # path to test
37
] {
+ $env.TOPIARY_CONFIG_FILE = ($script_pwd | path join languages.ncl)
+ $env.TOPIARY_LANGUAGE_DIR = ($script_pwd | path join languages)
38
let files = if ($path | path type) == 'file' {
39
[$path]
40
} else {
0 commit comments