Clean config.zig
This commit is contained in:
@@ -1,12 +1 @@
|
|||||||
pub const prompt = "xsh> ";
|
pub const prompt = "xsh> ";
|
||||||
|
|
||||||
pub const max_input_size = 4096;
|
|
||||||
pub const max_script_size = 16 * 1024 * 1024;
|
|
||||||
pub const max_exec_args = 64;
|
|
||||||
|
|
||||||
pub const features = .{
|
|
||||||
.luau = true,
|
|
||||||
.aliases = false,
|
|
||||||
.history = false,
|
|
||||||
.autocomplete = false
|
|
||||||
};
|
|
||||||
|
|||||||
Reference in New Issue
Block a user