Skip to content

v1.0.1

Latest

Choose a tag to compare

@judeosbert judeosbert released this 18 Nov 07:21

Release v1.0.1: Fix shell command execution with operators

  • Fix shell command execution with operators (&&, ||, |, etc.) in --exec mode
  • Commands with shell operators now properly execute using shell=True
  • Improved error handling for command not found scenarios
  • Maintains backward compatibility for simple commands without shell operators