arkane-systems / RunInGenie

Quickly run a wsl command from a Windows prompt.
MIT License
33 stars 6 forks source link

Overide of default distro #5

Closed gbraad closed 3 years ago

gbraad commented 3 years ago

Fixes #4

With the config file:

{
   "distro": "fedora33"
}

it is possible to override default shell. If not set the default is assumed. If the distro does not exists:

PS> $
There is no distribution with the supplied name.        

(This error is provided by the wsl command).

gbraad commented 3 years ago

Didn't provide the -d option at the moment