diff --git a/src/makim/cli.py b/src/makim/cli.py index 88aca33..51763fa 100644 --- a/src/makim/cli.py +++ b/src/makim/cli.py @@ -417,7 +417,7 @@ def run_app() -> None: suggestion = suggest_command(command_used, available_cmds) typer.secho( - f"Command {command_used} not found. Did you mean {suggestion}'?", + f"Command {command_used} not found. Did you mean '{suggestion}'?", fg='red', )