action: opt => PipGraphFragmentGeneratorConfig.OutputFile = AbsolutePath.Create(m_pathTable, GetFullPath(opt.Value, opt))),
action: opt => CommandLineConfig.Layout.OutputDirectory = AbsolutePath.Create(m_pathTable, GetFullPath(opt.Value, opt))),
action: opt => CommandLineConfig.Layout.RedirectedUserProfileJunctionRoot = AbsolutePath.Create(m_pathTable, GetFullPath(opt.Value, opt))),
action: opt => CommandLineConfig.Startup.ConfigFile = AbsolutePath.Create(m_pathTable, opt.Value)),