[nostalgia,olympic] Move olympic::run to global namespace

This commit is contained in:
2024-12-06 00:13:10 -06:00
parent a52fa2319e
commit 33e41824a1
4 changed files with 6 additions and 16 deletions

View File

@@ -67,8 +67,6 @@ static ox::Error run(
}
namespace olympic {
ox::Error run(
ox::StringView project,
ox::StringView appName,
@@ -76,5 +74,3 @@ ox::Error run(
ox::SpanView<char const*> args) noexcept {
return studio::run(ox::sfmt("{} {}", project, appName), projectDataDir, args);
}
}