Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def shell_process_text(session):
text = session.default_buffer.text
shell.run_command(text)
def shell_process_text(session):
text = session.default_buffer.text
shell.run_command(text)
def shell_process_text(session):
text = session.default_buffer.text
run_command(text)