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