10 int main(
int argc,
char *argv[]) {
13 CommandArgs args(argc, argv, _primclex, fs::path());
17 catch(std::exception
const &e) {
18 log() <<
"Uncaught exception: \n" << e.what();
int main(int argc, char *argv[])
PrimClex is the top-level data structure for a CASM project.
int casm_api(const CommandArgs &args)
Executes CASM commands specified by args.
Data structure holding basic CASM command info.