Skip to content

Commit 6e7b3eb

Browse files
committed
Fixed todo
1 parent 3337921 commit 6e7b3eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

servicebus-cli/Subjects/Queue/Actions/QueueActions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ public async Task List(List<string> args)
4747
_consoleService.WriteMarkup($"[grey]Selected fully qualified namespace: {fullyQualifiedNamespace}[/]");
4848

4949
filter = await _consoleService.PromptFreeText("Enter a [green]filter[/] (optional):");
50-
50+
5151
break;
5252
}
5353

54-
//TODO: Investigate if the table can be built in a status block to show progress
54+
//TODO: Wrap this inside ConsoleService
5555

5656
var table = await AnsiConsole.Status()
5757
.StartAsync($"Listing queues on {fullyQualifiedNamespace}...", async ctx =>

0 commit comments

Comments
 (0)