From d24315268c11d435bb9accbce87b7f46dda6ed3e Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Sun, 29 Jun 2025 00:42:31 +0100 Subject: cli: improve command dispatch a bit --- nihil.cli/command_path.ccm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 nihil.cli/command_path.ccm (limited to 'nihil.cli/command_path.ccm') diff --git a/nihil.cli/command_path.ccm b/nihil.cli/command_path.ccm new file mode 100644 index 0000000..a5bd5e3 --- /dev/null +++ b/nihil.cli/command_path.ccm @@ -0,0 +1,16 @@ +/* + * This source code is released into the public domain. + */ + +module; + +/* + * command_path represents a command split into its component parts. + */ + +export module nihil.cli:command_path; + +namespace nihil { + + +} // namespace nihil -- cgit v1.2.3