diff --git a/chasten/main.py b/chasten/main.py index bd9fa36b..f6ed91f6 100644 --- a/chasten/main.py +++ b/chasten/main.py @@ -440,7 +440,7 @@ def analyze( # noqa: PLR0913, PLR0915 verbose: bool = typer.Option(False, help="Enable verbose mode output."), save: bool = typer.Option(False, help="Enable saving of output file(s)."), ) -> None: - """* Analyze the AST of Python source code.""" + """💫 Analyze the AST of Python source code.""" # output the preamble, including extra parameters specific to this function output_preamble( verbose,