This commit is contained in:
2022-12-15 08:53:42 +08:00
parent 075c8e76b2
commit 1ce8262bb3
44 changed files with 793 additions and 596 deletions

View File

@ -14,13 +14,11 @@ internal sealed class Option : OptionBase
, SpecialCharacter = 0b1000
}
[CommandArgument(1, "<password length>")]
[Description(nameof(Str.PwdLength))]
[Localization(typeof(Str))]
public int Length { get; set; }
[CommandArgument(0, "<generate type>")]
[Description(nameof(Str.PwdGenerateTypes))]
[Localization(typeof(Str))]