diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd9f8917..f6a60b79 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,7 @@ jobs: - name: Run program if: always() run: | - poetry run chasten analyze chasten --config $PWD/.chasten/ --debug-level ERROR --debug-dest CONSOLE --search-path . + poetry run chasten analyze chasten --config $PWD/.chasten/ --debug-level ERROR --debug-dest CONSOLE --search-path . # Run the tests - name: Run Tests if: always() diff --git a/chasten/main.py b/chasten/main.py index f6ed91f6..bd9fa36b 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,