diff options
author | V1K1NGbg <victor@ilchev.com> | 2024-08-12 23:34:37 +0300 |
---|---|---|
committer | V1K1NGbg <victor@ilchev.com> | 2024-08-12 23:34:37 +0300 |
commit | de272eacf96bf2c5fac9a799985b593921ab7002 (patch) | |
tree | 808e8a11780d13887aa814319dc2d7d9d97919b3 | |
parent | a121c775f9a08e76ed9cb7f2313668f38ac9c67b (diff) | |
download | luarocks-de272eacf96bf2c5fac9a799985b593921ab7002.tar.gz luarocks-de272eacf96bf2c5fac9a799985b593921ab7002.tar.bz2 luarocks-de272eacf96bf2c5fac9a799985b593921ab7002.zip |
cmd install d tl
-rw-r--r-- | src/luarocks/cmd/install.d.tl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/luarocks/cmd/install.d.tl b/src/luarocks/cmd/install.d.tl new file mode 100644 index 00000000..46ceb734 --- /dev/null +++ b/src/luarocks/cmd/install.d.tl | |||
@@ -0,0 +1,4 @@ | |||
1 | local record install | ||
2 | command: function(any): boolean, string, string | ||
3 | end | ||
4 | return install \ No newline at end of file | ||