Skip to content

Commit

Permalink
tmp: remove action
Browse files Browse the repository at this point in the history
  • Loading branch information
f0e committed Nov 3, 2024
1 parent 681ed76 commit 5c436c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ int main(int argc, char* argv[]) {
try {
CLI11_PARSE(app, argc, argv);

printf("Hi\n");

cli::run(inputs, outputs, configPaths, preview, verbose);

return 0;
Expand Down

0 comments on commit 5c436c4

Please sign in to comment.