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
'Run in interactive mode, asking for prompts and enabling corrections during execution (use Ctrl+M to send corrections)',
55
+
'Run in interactive mode, asking for prompts and enabling corrections during execution (use Ctrl+M to send corrections). Can be combined with -f/--file to append interactive input to file content.',
56
56
default: false,
57
57
}asconst,
58
58
file: {
59
59
type: 'string',
60
60
alias: 'f',
61
-
description: 'Read prompt from a file',
61
+
description:
62
+
'Read prompt from a file (can be combined with -i/--interactive)',
0 commit comments