feat(furdb): introduce info command

This commit is contained in:
2026-08-17 11:21:22 +02:00
parent 665982049d
commit 70cbb003f2
3 changed files with 82 additions and 0 deletions
+5
View File
@@ -41,4 +41,9 @@ public:
void execute(context& ctx, const command_info& info) override;
};
class info_command final : public command {
public:
void execute(context& ctx, const command_info& info) override;
};
#endif // COMMAND_HPP