Skip to content

Make command-line arguments -i "Portable" launch the portable instance#2341

Open
JonathanFeenstra wants to merge 1 commit intoModOrganizer2:masterfrom
JonathanFeenstra:cmd-portable
Open

Make command-line arguments -i "Portable" launch the portable instance#2341
JonathanFeenstra wants to merge 1 commit intoModOrganizer2:masterfrom
JonathanFeenstra:cmd-portable

Conversation

@JonathanFeenstra
Copy link
Contributor

Closes #1633

The check for -i with no arguments doesn't distinguish between -i "" or just -i:

// handle -i with no arguments
if (m_vm.count("instance") && m_vm["instance"].as<std::string>() == "") {

So if we want -i "" to also launch the portable instance, we need to find another way to distinguish between those cases. I don't think we really need that though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Open portable instance from command line

1 participant