/* * 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