The current implementation of the command parser allows for subcommand matching based on the first word. This can lead to unexpected behavior when the first word matches a subcommand. The --literal flag should force everything after it to be parsed as natural language, regardless of the first word, to avoid this issue.
The current implementation of the command parser allows for subcommand matching based on the first word. This can lead to unexpected behavior when the first word matches a subcommand. The --literal flag should force everything after it to be parsed as natural language, regardless of the first word, to avoid this issue.