Rename cli to "chun"
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user