From 35335a60aaaaaa4f36c3b91235462774336df062 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 12 Jul 2024 15:01:30 +0100 Subject: [PATCH] add with_prompt docstring --- src/vmrcli.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vmrcli.c b/src/vmrcli.c index d82890e..289b87d 100644 --- a/src/vmrcli.c +++ b/src/vmrcli.c @@ -237,6 +237,7 @@ enum kind set_kind(char *kval) * Each line is passed to parse_input() * * @param vmr Pointer to the iVMR interface + * @param with_prompt If true, prints the interactive prompt '>>' */ void interactive(PT_VMR vmr, bool with_prompt) {