Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeFZ committed May 12, 2023
1 parent 4218553 commit 5737c88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ int main(int argc, char** argv)
auto doImport = command == "import";

if (!(doExport && argc == 5) && !(doImport && argc == 4)) {
std::cout << "FbxImporter v0.1.0 made by LukeFZ" << std::endl;
std::cout << "Usage: " << argv[0] << " <command> <arguments>" << std::endl;
std::cout << "Command 'export': <path to resource packs> <model name> <path to output .fbx>" << std::endl;
std::cout << "Command 'import': <path to input fbx> <output folder>" << std::endl;
Expand Down

0 comments on commit 5737c88

Please sign in to comment.