We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3337921 commit 6e7b3ebCopy full SHA for 6e7b3eb
1 file changed
servicebus-cli/Subjects/Queue/Actions/QueueActions.cs
@@ -47,11 +47,11 @@ public async Task List(List<string> args)
47
_consoleService.WriteMarkup($"[grey]Selected fully qualified namespace: {fullyQualifiedNamespace}[/]");
48
49
filter = await _consoleService.PromptFreeText("Enter a [green]filter[/] (optional):");
50
-
+
51
break;
52
}
53
54
- //TODO: Investigate if the table can be built in a status block to show progress
+ //TODO: Wrap this inside ConsoleService
55
56
var table = await AnsiConsole.Status()
57
.StartAsync($"Listing queues on {fullyQualifiedNamespace}...", async ctx =>
0 commit comments