builder for commands now and history help

This commit is contained in:
2025-02-20 22:01:04 -05:00
parent 129d0ff6b4
commit 4f5602a5df
8 changed files with 196 additions and 62 deletions

View File

@ -9,7 +9,17 @@
.bold { font-weight: bold; }
}
@mixin stdout-layouts {
.stdout-vertical { display: grid; }
.stdout-horizontal {
display: flex;
gap: 30px;
}
}
@mixin formatting {
@include stdout-layouts;
.return { margin-top: 25px; }
.shell-prompt { display: flex; }