aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.cli/command_path.ccm
diff options
context:
space:
mode:
Diffstat (limited to 'nihil.cli/command_path.ccm')
-rw-r--r--nihil.cli/command_path.ccm16
1 files changed, 16 insertions, 0 deletions
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