This commit is contained in:
2025-08-24 16:19:15 +03:00
parent 1d1d6e98ce
commit 753d9d8ad2
3 changed files with 1 additions and 29 deletions

View File

@@ -175,17 +175,6 @@ public:
[[nodiscard]] const char *name() const override;
};
class shellFunction final : public FunctionBase {
public:
CLI::App *cmd = nullptr;
bool init(CLI::App &_app) override;
bool run() override;
[[nodiscard]] bool isUsed() const override;
[[nodiscard]] const char *name() const override;
};
} // namespace PartitionManager
#endif // #ifndef FUNCTIONS_HPP