Skip to content

Commit 767ede9

Browse files
committed
add verbose arg to info call
1 parent bc1d9af commit 767ede9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/cpp_opts.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ run_info_cli <- function(exe_file) {
1919
ret
2020
}
2121

22-
# new (future) parser
22+
# new parser
2323
# Parse the string output of <model> `info` into an R object (list)
2424
parse_exe_info_string <- function(ret_stdout) {
2525
info <- list()

0 commit comments

Comments
 (0)