1 instantiation of AliasShowCommandArgs
Microsoft.TemplateEngine.Cli (1)
Commands\alias\BaseAliasShowCommand.cs (1)
24
protected override AliasShowCommandArgs ParseContext(ParseResult parseResult) =>
new
(this, parseResult);
3 references to AliasShowCommandArgs
Microsoft.TemplateEngine.Cli (3)
Commands\alias\BaseAliasShowCommand.cs (3)
10
internal class BaseAliasShowCommand : BaseCommand<
AliasShowCommandArgs
>
18
AliasShowCommandArgs
args,
24
protected override
AliasShowCommandArgs
ParseContext(ParseResult parseResult) => new(this, parseResult);