Explorar o código

Added missing '-t' documentation to Gravity CLI.

Ingwie Phoenix %!s(int64=6) %!d(string=hai) anos
pai
achega
a8539f87fb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/cli/gravity.c

+ 1 - 0
src/cli/gravity.c

@@ -264,6 +264,7 @@ static void print_help (void) {
     printf("-x input_file      execute input_file (JSON format expected)\n");
     printf("-i source_code     compile and execute source_code string\n");
     printf("-q                 don't print result and execution time\n");
+    printf("-t                 Run unit tests (file_name is then treated as a folder)\n");
     printf("file_name          compile file_name and executes it\n");
 }