We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa63fa commit b939cc5Copy full SHA for b939cc5
slo/src/Internal/Cli.cs
@@ -17,9 +17,9 @@ public static class Cli
17
"minimum amount of partitions in table") { IsRequired = true };
18
19
private static readonly Option<string> ResourceYdbPath = new(
20
- new[] { "-t", "--table-name" },
21
- () => "testingTable",
22
- "table name to create\n ");
+ new[] { "-t", "--resource-ydb-path" },
+ () => "test-resource",
+ "resource ydb path to create\n ");
23
24
private static readonly Option<int> WriteTimeoutOption = new(
25
"--write-timeout",
@@ -85,6 +85,7 @@ public static class Cli
85
{
86
EndpointArgument,
87
DbArgument,
88
+ ResourceYdbPath,
89
InitialDataCountOption,
90
PromPgwOption,
91
ReportPeriodOption,
0 commit comments