Use this module to show something to the console output (stdout).
Argument name | Optional/mandatory | Description | Values/Examples |
type | mandatory | | type = "console_display" |
text | optional | Prefix to add to each display | text = "Ciphertext: " |
input_name | optional | the name of the input variable | input_name = "ciphertext" |
format | optional | display format | format = "hexstring" |
Command | Input name | Input type | Output name | Output type | Specific attributes |
display | "input" or input_name | Any string representable data | | | |
[modules]
[modules.console_diff]
type = "console_display"
text = "Diff: "
[actors]
show_diff = ["console_diff", "display"]