mirror of
https://github.com/nsnail/dot.git
synced 2025-06-20 06:18:15 +08:00
..
This commit is contained in:
@ -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))]
|
||||
|
Reference in New Issue
Block a user