summaryrefslogtreecommitdiffstats
path: root/src/core/io/cmdline.hh
diff options
context:
space:
mode:
authoruntodesu <kirill@untode.su>2025-12-26 14:50:33 +0500
committeruntodesu <kirill@untode.su>2025-12-26 14:50:33 +0500
commit6c2abde5c99a236453b795abaa6d7d70105e31f7 (patch)
treef085049b9615a7d03cca5de40adb6529d6c13e11 /src/core/io/cmdline.hh
parentf40d09cb8f712e87691af4912f3630d92d692779 (diff)
downloadvoxelius-6c2abde5c99a236453b795abaa6d7d70105e31f7.tar.bz2
voxelius-6c2abde5c99a236453b795abaa6d7d70105e31f7.zip
Just a big Ctrl+H refactoring
Diffstat (limited to 'src/core/io/cmdline.hh')
-rw-r--r--src/core/io/cmdline.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/io/cmdline.hh b/src/core/io/cmdline.hh
index e90433c..c0d6db2 100644
--- a/src/core/io/cmdline.hh
+++ b/src/core/io/cmdline.hh
@@ -1,6 +1,6 @@
#pragma once
-namespace io::cmdline
+namespace cmdline
{
void create(int argc, char** argv);
void insert(std::string_view option);
@@ -8,4 +8,4 @@ void insert(std::string_view option, std::string_view argument);
std::string_view get(std::string_view option, std::string_view fallback = "");
const char* get_cstr(std::string_view option, const char* fallback = nullptr);
bool contains(std::string_view option);
-} // namespace io::cmdline
+} // namespace cmdline