Skip to content
Snippets Groups Projects
Commit 1524f397 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix.

parent e25dd8b5
Branches
No related tags found
1 merge request!53Resolve "Grand renaming"
Pipeline #3493 passed
......@@ -13,7 +13,7 @@ namespace CLI
public class PureSchemeCommand : CommandBase
{
[AllowedValues("4", "8", "16")]
[Option("--lewi-wu-ore-n <number>", Description = "Parameter N for LewiWu. Must be one of [4, 8, 16]. Default 16.")]
[Option("--lewi-ore-n <number>", Description = "Parameter N for LewiWu. Must be one of [4, 8, 16]. Default 16.")]
public int LewiWuN { get; } = 16;
[Range(32, 48)]
......
4.2.0
5.0.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment