|
|
|
@ -24,7 +24,7 @@ internal class ListQualitiesCommand : AsyncCommand<ListQualitiesCommand.CliSetti
|
|
|
|
|
[CommandArgument(0, "<service>")]
|
|
|
|
|
[EnumDescription<SupportedServices>("The service to obtain information about.")]
|
|
|
|
|
[UsedImplicitly(ImplicitUseKindFlags.Assign)]
|
|
|
|
|
public required SupportedServices Service { get; init; }
|
|
|
|
|
public SupportedServices Service { get; init; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public ListQualitiesCommand(QualitySizeDataLister lister, IRepoUpdater repoUpdater)
|
|
|
|
|