[Teton] Add a command to print the working directory.

This commit is contained in:
Drew Galbraith 2023-11-26 13:51:35 -08:00
parent faa54bc3dc
commit 57947fb5dd
2 changed files with 11 additions and 3 deletions

View file

@ -14,4 +14,6 @@ class Terminal : public mmth::KeyboardListenerBase {
private:
Console& console_;
glcr::VariableStringBuilder current_command_;
glcr::String cwd_ = "/";
};