Added "data import <file> as <module>" command
This commit is contained in:
6
src/com/redstoner/modules/datamanager/DataManager.cmd
Normal file
6
src/com/redstoner/modules/datamanager/DataManager.cmd
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
command data {
|
||||||
|
import [string:file] as [string:module] {
|
||||||
|
run import_file file module;
|
||||||
|
type console;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user