We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff6fca commit 1c389a8Copy full SHA for 1c389a8
Source/GitHubReleaseManager.Cli/Options/CreateSubOptions.cs
@@ -13,7 +13,7 @@ public class CreateSubOptions : CommonSubOptions
13
[Option('a', "asset", HelpText = "Path to the file to include in the release.", Required = false)]
14
public string AssetPath { get; set; }
15
16
- [Option('t', "targetcommitish", HelpText = "The commit to tag. Can be a branch or SHA. Defaults to repository's default branch.", Required = false)]
+ [Option('c', "targetcommitish", HelpText = "The commit to tag. Can be a branch or SHA. Defaults to repository's default branch.", Required = false)]
17
public string TargetCommitish { get; set; }
18
}
19
0 commit comments