You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parser is intentionally minimal—and that’s a feature, not a limitation.
15
-
For a terminal-style personal website, it’s more than enough.
26
+
console::log_1(&msg.clone().into());
27
+
ctx.terminal.push_text(msg);
28
+
Ok(())
29
+
}
30
+
}
31
+
```
32
+
33
+
34
+
Notice that zzhack isn’t trying to be a full shell, the parser is intentionally minimal—and that’s a feature, not a limitation.but for a terminal-style personal website, it’s more than enough.
0 commit comments