Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Allow override of the distro to use #4

Closed
gbraad opened this issue Feb 19, 2021 · 0 comments · Fixed by #5
Closed

Allow override of the distro to use #4

gbraad opened this issue Feb 19, 2021 · 0 comments · Fixed by #5

Comments

@gbraad
Copy link
Contributor

gbraad commented Feb 19, 2021

Currently the default distro is assumed. The Process.Start uses wsl without a d option.

For #3 I considered an override for the shell, but thinking of the GetShell function, I think a GetDistro option might also be useful.

eg.

{
  "distro" : "fedora33",
  "shell": "zsh"
}

but also with a possible -d option. I think the configurationbuilder has a CommandLine namespace for this too, though not familiar with this.

PS> $ -d fedora33 ps ax
...
PS> $ -d fedora33
$ 
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant