Releases: sderev/shellgenius
Releases · sderev/shellgenius
0.1.16
0.1.15
Full Changelog: 0.1.14...0.1.15
0.1.14
0.1.13
0.1.12
0.1.11
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.