Kernel: Shell now 'properly' parses commandline

This commit is contained in:
2023-01-16 20:09:22 +02:00
parent fd16c1cf58
commit 7540fa0385
2 changed files with 79 additions and 3 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ namespace Kernel
private:
void ReRenderBuffer() const;
void ProcessCommand(const BAN::Vector<BAN::StringView>&);
BAN::Vector<BAN::String> ParseArguments(BAN::StringView) const;
void ProcessCommand(const BAN::Vector<BAN::String>&);
void KeyEventCallback(Input::KeyEvent);
void MouseMoveEventCallback(Input::MouseMoveEvent);