# Functions
No description provided by the author
clearScreen returns a command that clears the terminal screen and positions the cursor at the top-left corner.
Compares the actual output of a command to the expected output of a command.
Creates a scenario object from a given markdown file.
Executes a bash command and returns a tea message with the output.
Executes a bash command syncrhonously.
No description provided by the author
Updates the azure status with the current state of the interactive mode model.
# Variables
TODO: Ideally we won't need a global program variable.
# Structs
Empty struct used to indicate that the azure status has been updated so that we can respond to it within the Update() function.
No description provided by the author
Emitted when a command has failed to execute.
No description provided by the author
Scenarios are the top-level object that represents a scenario to be executed.
State for the codeblock in interactive mode.
Individual steps within a scenario.
Emitted when a command has been executed successfully.