Move command line parsing into separate file (out of fx_muxer.cpp) (dotnet/core-setup...
authorElinor Fung <47805090+elinor-fung@users.noreply.github.com>
Sun, 26 May 2019 20:57:10 +0000 (13:57 -0700)
committerGitHub <noreply@github.com>
Sun, 26 May 2019 20:57:10 +0000 (13:57 -0700)
commit334d6c4009264fa017c213ade9a2b61c7bd0b634
tree09f5b6068d0901ced4864225ff89abe41bf9600d
parent681ff5ebc0770a510417e8e000bc68cf8add3acb
Move command line parsing into separate file (out of fx_muxer.cpp) (dotnet/core-setup#6517)

* Move command line parsing out of fx_muxer.cpp into separate file
* Consolidate definitions for known host options

Commit migrated from https://github.com/dotnet/core-setup/commit/61f83f1f764a8a2840a21779e386c2ad11fca75d
src/installer/corehost/cli/fxr/CMakeLists.txt
src/installer/corehost/cli/fxr/command_line.cpp [new file with mode: 0644]
src/installer/corehost/cli/fxr/command_line.h [new file with mode: 0644]
src/installer/corehost/cli/fxr/fx_muxer.cpp
src/installer/corehost/cli/fxr/fx_muxer.h
src/installer/corehost/common/utils.cpp
src/installer/corehost/common/utils.h