[nostalgia,olympic] Move olympic::run to global namespace
All checks were successful
Build / build (push) Successful in 2m34s

This commit is contained in:
2024-12-06 00:13:10 -06:00
parent 9a42a9b9d9
commit e0ec9e0c5f
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);
}
}