diff options
| author | Lexi Winter <lexi@le-fay.org> | 2025-06-29 17:16:22 +0100 |
|---|---|---|
| committer | Lexi Winter <lexi@le-fay.org> | 2025-06-29 17:16:22 +0100 |
| commit | 4fa6821e0645ff61a9380cd090abff472205c630 (patch) | |
| tree | bd95f13b2dc0bd9692681f50c365d2914a520bfe /nihil.cli/command_path.ccm | |
| parent | e5180acf5f2dfac788e8c12886095ed1ac66fae5 (diff) | |
| download | nihil-4fa6821e0645ff61a9380cd090abff472205c630.tar.gz nihil-4fa6821e0645ff61a9380cd090abff472205c630.tar.bz2 | |
add clang-tidy support
Diffstat (limited to 'nihil.cli/command_path.ccm')
| -rw-r--r-- | nihil.cli/command_path.ccm | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/nihil.cli/command_path.ccm b/nihil.cli/command_path.ccm deleted file mode 100644 index a5bd5e3..0000000 --- a/nihil.cli/command_path.ccm +++ /dev/null @@ -1,16 +0,0 @@ -/* - * 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 |
