You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cairo1-run/README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,8 @@ The cairo1-run cli supports the following optional arguments:
55
55
56
56
*`--args <ARGUMENTS>`: Receives the arguments to be passed to the program's main function. Receives whitespace-separated values which can be numbers or arrays, with arrays consisting of whitespace-separated numbers wrapped between brackets
57
57
58
+
*`--args_file <FILENAME>`: Receives the name of the file from where arguments should be read. Expects the same argument format of the `--args` flag. Should be used if the list of arguments exceeds the shell's capacity.
59
+
58
60
*`--trace_file <TRACE_FILE>`: Receives the name of a file and outputs the relocated trace into it
59
61
60
62
*`--memory_file <MEMORY_FILE>`: Receives the name of a file and outputs the relocated memory into it
0 commit comments