diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-28 14:31:14 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-28 14:31:14 -0400 |
| commit | f3db0069ea778e261761492719ab3f48d81686a7 (patch) | |
| tree | 5fee6d27d5c77de3ecfb4614bf3e63ea8734e329 /lib | |
| parent | 8e18659a14d74da98fc771fd2e0f25910d24e02d (diff) | |
Removed lib import
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/commands/commands.tm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/commands/commands.tm b/lib/commands/commands.tm index a5ce607a..cb1d48e3 100644 --- a/lib/commands/commands.tm +++ b/lib/commands/commands.tm @@ -1,7 +1,6 @@ # Functions for running system commands use ./commands.c -use -lunistring extern run_command : func(exe:Text, args:[Text], env:{Text=Text}, input:[Byte]?, output:&[Byte]?, error:&[Byte]? -> Int32) extern command_by_line : func(exe:Text, args:[Text], env:{Text=Text} -> func(->Text?)?) |
