I was wondering if a boolean parameter could be added to run and run_remote to disable the printing of the commands that are being run. These lines currently print the commands being run:
My current use case is I am prompting the user for a password in a trigger using the ask method of the UI class and then use the password in a remote command. The command being run is always printed which results in user's passwords being printed in plain text in the terminal.
Hello @emyl!!!
I was wondering if a boolean parameter could be added to
run
andrun_remote
to disable the printing of the commands that are being run. These lines currently print the commands being run:My current use case is I am prompting the user for a password in a trigger using the ask method of the UI class and then use the password in a remote command. The command being run is always printed which results in user's passwords being printed in plain text in the terminal.