feat: re-add support for integer command arguments

closes #182
This commit is contained in:
CJ van den Berg 2025-04-08 18:02:39 +02:00
parent 5f05fd97e6
commit 6946cb4010
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 61 additions and 7 deletions

View file

@ -154,6 +154,7 @@ fn init(allocator: Allocator) InitError!*Self {
try frame_clock.start();
try self.commands.init(self);
try keybind.init();
errdefer self.deinit();
switch (builtin.os.tag) {
.windows => {