You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. Is there a way to have a DefaultValue for a EnumeratedValueArgument? If nothing is set I want it to use "verify", also is there a reason there is no way to add a Description / FullDescription for EnumeratedValueArgument?
Thanks for the time, help and cool project!
[EnumeratedValueArgument(typeof(string),'a',"action",AllowedValues="activate;deactivate;verify;"),DefaultValue="verify",Description="Deactivate.",FullDescription="Deactivates System.",]
public string action;
./program.exe -action activate
The text was updated successfully, but these errors were encountered:
Hello. Is there a way to have a DefaultValue for a EnumeratedValueArgument? If nothing is set I want it to use "verify", also is there a reason there is no way to add a Description / FullDescription for EnumeratedValueArgument?
Thanks for the time, help and cool project!
./program.exe -action activate
The text was updated successfully, but these errors were encountered: