removed GitHubLocalRepositoryPath.Short on newcommand

pull/1857/head
Yunus Emre Kalkan 6 years ago
parent adc35b9f2f
commit 13bcff6580

@ -64,7 +64,7 @@ namespace Volo.Abp.Cli.Commands
Logger.LogInformation("UI Framework: " + uiFramework);
}
var gitHubLocalRepositoryPath = commandLineArgs.Options.GetOrNull(Options.GitHubLocalRepositoryPath.Short, Options.GitHubLocalRepositoryPath.Long);
var gitHubLocalRepositoryPath = commandLineArgs.Options.GetOrNull(Options.GitHubLocalRepositoryPath.Long);
if (gitHubLocalRepositoryPath != null)
{
Logger.LogInformation("GitHub Local Repository Path: " + gitHubLocalRepositoryPath);
@ -230,7 +230,6 @@ namespace Volo.Abp.Cli.Commands
public static class GitHubLocalRepositoryPath
{
public const string Short = "ap";
public const string Long = "abp-path";
}

Loading…
Cancel
Save