diff --git a/gptcli/cli.py b/gptcli/cli.py index 493d29c..304da3c 100644 --- a/gptcli/cli.py +++ b/gptcli/cli.py @@ -98,5 +98,5 @@ def _request_input(self): return prompt(self.prompt_session, multiline=True) def _parse_input(self, input: str) -> Tuple[str, Dict[str, Any]]: - input, args = parse_args(input) + args = {} return input, args