CLI: Assume definitions supply keys in the dirname instead of filename
Compare changes
+ 2
− 3
@@ -21,7 +21,7 @@ OptionParser.new do |opts|
@@ -21,7 +21,7 @@ OptionParser.new do |opts|
@@ -38,7 +38,7 @@ lookup_tables = Quby::Compiler::Entities::LookupTables.new(lookup_tables_path)
@@ -38,7 +38,7 @@ lookup_tables = Quby::Compiler::Entities::LookupTables.new(lookup_tables_path)
@@ -46,7 +46,6 @@ paths.each do |path|
@@ -46,7 +46,6 @@ paths.each do |path|
compiled = Quby::Compiler.compile(key, sourcecode, path: path, seeds: seeds, lookup_tables: lookup_tables, last_update: last_update)