feat: builtin.commands (#54)

* fix: use correct path separator on windows

* fix: add utils.get_separator

* asdf

* feat: add builtin.commands

* change commands sorter

* change sorter

* change sorter
This commit is contained in:
TimUntersberger
2020-09-12 23:02:10 +02:00
committed by GitHub
parent 30536f753b
commit 3a9b25e6bf
3 changed files with 54 additions and 1 deletions

View File

@@ -138,4 +138,8 @@ function utils.make_default_callable(f, default_opts)
})
end
function utils.get_separator()
return package.config:sub(1, 1)
end
return utils