You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a ShellScript subclass of StagedScript and move all the run() and commands_executed functionality, etc., into the subclass. This way, users who have no desire to interact with the underlying shell have no need to worry about any of that. It also sets us up for a future in which we develop a more powerful Shell class to augment the functionality provided by subprocess (along the lines of shell-logger).
Note: This will be a breaking change, as existing users will need to inherit from a different class.
The text was updated successfully, but these errors were encountered:
Create a
ShellScript
subclass ofStagedScript
and move all therun()
andcommands_executed
functionality, etc., into the subclass. This way, users who have no desire to interact with the underlying shell have no need to worry about any of that. It also sets us up for a future in which we develop a more powerfulShell
class to augment the functionality provided bysubprocess
(along the lines of shell-logger).The text was updated successfully, but these errors were encountered: