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
Update dependency System.CommandLine to 2.0.4 (#259)
* Update dependency System.CommandLine to 2.0.4
* Adjust code and also make sure the builder is properly disposed
---------
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
Co-authored-by: Daniel Marbach <danielmarbach@users.noreply.github.com>
Description="The transport type (AzureServiceBus, AzureServiceBusWithDeadLetter, RabbitMQ, AmazonSQS). Can also be set via TRANSPORT_TYPE environment variable."
15
+
};
15
16
16
-
staticOption<string>QueuesFile{get;}=new(
17
-
"--queues-file",
18
-
"Path to the file containing the list of queues to monitor. Can also be set via QUEUES_FILE environment variable.");
Description="Path to the file containing the list of queues to monitor. Can also be set via QUEUES_FILE environment variable."
20
+
};
19
21
20
-
staticOption<string>ReturnQueue{get;}=new(
21
-
"--return-queue",
22
-
"The return queue name. Defaults to 'Particular.ServiceControl.Connector.MassTransit_return'. Can also be set via RETURN_QUEUE environment variable.");
Description="The return queue name. Defaults to 'Particular.ServiceControl.Connector.MassTransit_return'. Can also be set via RETURN_QUEUE environment variable."
25
+
};
23
26
24
-
staticOption<string>ErrorQueue{get;}=new(
25
-
"--error-queue",
26
-
"The error queue name. Defaults to 'error'. Can also be set via ERROR_QUEUE environment variable.");
0 commit comments