Argument-Regex
Usage
# This will determine if
# a part of a command is
# a prompt.
#
# ONLY CHANGE THE FIRST AND LAST
# I.E (.*?), {.*?}, or [.*?]
Argument-Regex: <.*?>/test <this is a prompt>Explanation
Example
Argument-Regex: (.*?)Last updated
Was this helpful?