From 2e2d1bd3b6c7776b77c33b94f30ead89367a71e6 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Tue, 1 Jul 2025 17:07:04 +0100 Subject: add nihil.std --- nihil.cli/command.ccm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'nihil.cli/command.ccm') diff --git a/nihil.cli/command.ccm b/nihil.cli/command.ccm index 74ef030..da3444a 100644 --- a/nihil.cli/command.ccm +++ b/nihil.cli/command.ccm @@ -4,13 +4,10 @@ module; -#include -#include -#include - export module nihil.cli:command; import nihil.error; +import nihil.std; import :command_node; namespace nihil { @@ -40,7 +37,6 @@ export struct command final : command_node { -> std::expected override; private: - std::string_view m_path; std::string_view m_usage; command_function_t m_handler; }; -- cgit v1.2.3