Skip to content

Commit

Permalink
Update src/ActionsImporter/Commands/Bitbucket/Common.cs
Browse files Browse the repository at this point in the history
Co-authored-by: j-dunham <[email protected]>
  • Loading branch information
begonaguereca and j-dunham committed Sep 11, 2023
1 parent 0ac3321 commit 483b77d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ActionsImporter/Commands/Bitbucket/Common.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ namespace ActionsImporter.Commands.Bitbucket;
public static class Common
{

public static readonly Option<string[]> Namespace = new(new[] { "--namespace", "-n" })
{
Description = "The Bitbucket namespace(s).",
IsRequired = false,
AllowMultipleArgumentsPerToken = true
};

public static readonly Option<string> AccessToken = new("--bitbucket-access-token")
{
Expand Down

0 comments on commit 483b77d

Please sign in to comment.