mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
return style requires, fix #88
This commit is contained in:
parent
ca2dd78a21
commit
610d3d5690
@ -6,8 +6,8 @@ local util = require "moonscript.util"
|
|||||||
|
|
||||||
local dump_tree = require"moonscript.dump".tree
|
local dump_tree = require"moonscript.dump".tree
|
||||||
|
|
||||||
require "alt_getopt"
|
local alt_getopt = require "alt_getopt"
|
||||||
require "lfs"
|
local lfs = require "lfs"
|
||||||
|
|
||||||
local opts, ind = alt_getopt.get_opts(arg, "vhwt:pTXb", {
|
local opts, ind = alt_getopt.get_opts(arg, "vhwt:pTXb", {
|
||||||
print = "p", tree = "T", version = "v", help = "h"
|
print = "p", tree = "T", version = "v", help = "h"
|
||||||
|
Loading…
Reference in New Issue
Block a user