Clean config.zig

This commit is contained in:
2026-08-23 13:43:47 +03:00
parent e46f837789
commit 854973104e
-11
View File
@@ -1,12 +1 @@
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
};