示例#1
0
 protected IOption BuildRepositoryOption(IOptionCreator optionCreator)
 => optionCreator.SingleValue("p", "repositoryPath", "path", "Sets a manual repository path");
示例#2
0
 protected IOption BuildConfigurationOption(IOptionCreator optionCreator)
 => optionCreator.SingleValue("c", "configuration", "value", "Build configuration (debug or release). Default release. If a dependency doesn't include debug build release will be used");
示例#3
0
 protected IOption BuildReleaseLabel(IOptionCreator optionCreator)
 => optionCreator.SingleValue("b", "releaseLabel", "label", "Filters packages by a release label");
示例#4
0
 protected IOption BuildManifestOption(IOptionCreator optionCreator)
 => optionCreator.SingleValue("m", "manifest", "manifestFile", "The manifest file.");