Skip to content

0.1.11

Choose a tag to compare

@sderev sderev released this 18 Jun 20:25
· 36 commits to main since this release
Added error handling for subprocess call

This commit adds error handling for subprocess calls in the shellgenius cli.py file. Specifically, when executing the generated command with subprocess.run(), if the command fails, a 'Command failed' message with the relevant error is printed to the console using click.echo(). This provides better feedback to users when a command execution fails.