srele96 / run-them-all

Allows you to save the series of commands to a configuration and run them all easily.
MIT License
0 stars 1 forks source link

Specify shell that runs command #12

Open srele96 opened 2 years ago

srele96 commented 2 years ago

Description

Spawning command with options.shell = true uses OS native shell.

Alternatively, we can specify which shell runs our command.

I had a case where I wanted to run command in PowerShell and others in cmd.

Specify shell that runs command

Which one makes sense? We can specify shell for:

We should probably be able to specify shell for each command.

However we don't want to overload user with options and choices. While making sure user has all the control he needs.

Read