Files
opus-apps/shellex/apis/shell.lua
kepler155c@gmail.com 86cba3b585 shell tools: globbing
2019-05-10 08:08:49 -04:00

11 lines
192 B
Lua

local Util = require('util')
local shell = _ENV.shell
return {
getWorkingDirectory = shell.dir,
resolve = shell.resolve,
resolveProgram = shell.resolveProgram,
parse = Util.parse,
}