ARM CMake project generator
Usage: arm-create-project [options] project-name
Options:
-c, --compiler <value> Compiler for the project, options are: 'gcc', 'clang' or 'all' (default is 'gcc')
-d, --destination <value> Destination path of the project without project-name (default is current directory)
-q, --quiet Quiet mode
--gcc-bin <value> Path of GCC bin directory
--clang-bin <value> Path of Clang/LLVM bin directory
--libgcc <value> Path of libgcc base (required by Clang, defaults to trying to find it)
-h, --help Display this help and exit
Exit status:
0 if OK
1 if error