This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ------------------------------------------------------------------------------------------------ | |
# This script documents SnowState transitions by creating a mermaid diagram. | |
# You must be using SnowState's `add_transition` function to get output from this script. | |
# | |
# Arguments: | |
# ``` | |
# -i, --input_path: The input file or directory path to recursively search for transitions. | |
# -o, --output_directory: The directory to output files to. Defaults to the current directory. | |
# --html: Flag to output files as easily viewable HTML files instead of .mermaid files. | |
# ``` |