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_node.ccm | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'nihil.cli/command_node.ccm') diff --git a/nihil.cli/command_node.ccm b/nihil.cli/command_node.ccm index 546eb46..25b5006 100644 --- a/nihil.cli/command_node.ccm +++ b/nihil.cli/command_node.ccm @@ -1,18 +1,9 @@ -/* - * This source code is released into the public domain. - */ - -module; - -/* - * command_node represents a possibly-invocable command. - */ - -#include -#include - +// This source code is released into the public domain. export module nihil.cli:command_node; +// command_node represents a possibly-invocable command. + +import nihil.std; import nihil.error; namespace nihil { -- cgit v1.2.3