Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action with "Guid?" is not working #3

Open
juniorgasparotto opened this issue May 29, 2020 · 0 comments
Open

Action with "Guid?" is not working #3

juniorgasparotto opened this issue May 29, 2020 · 0 comments

Comments

@juniorgasparotto
Copy link
Owner

public string Get(
EntityNames type,
[Argument(ShortName = 'i', LongName = "id")] Guid? id = null,
[Argument(ShortName = 'b', LongName = "bank-id")] string bankId = null,
[Argument(ShortName = 'n', LongName = "name")] string name = null,
[Argument(ShortName = 'a', LongName = "agency")] string agency = null,
[Argument(ShortName = 'c', LongName = "account-id")] string accountId = null,
[Argument(ShortName = 'o', LongName = "output")] string outputFormat = null
)
{
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant