Rename cli to "chun"

This commit is contained in:
2026-01-19 22:10:33 +08:00
parent 0833a2229b
commit 1a66d45204
2 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
int main(int argc, char** argv) {
if(argc < 2){
std::cout << std::format("Usage: camellya <script> \n") << std::endl;
std::cout << std::format("Usage: chun <script> \n") << std::endl;
return 0;
}
std::chrono::high_resolution_clock::time_point start = std::chrono::high_resolution_clock::now();