Kernel: Shell now 'properly' parses commandline

This commit is contained in:
Bananymous
2023-01-16 20:08:13 +02:00
parent fd16c1cf58
commit 7540fa0385
2 changed files with 79 additions and 3 deletions

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);