spectre.console icon indicating copy to clipboard operation
spectre.console copied to clipboard

Add ProgressTasks before/after other ProgressTasks

Open thomhurst opened this issue 2 years ago • 0 comments

I'm setting up a Progress console on my application start up, and defining some ProgressTasks.

After this, during runtime, I am able to discover some more work that I can't discover during start up, and I want those to appear under some existing specific ProgressTasks. Think of them as Tasks, and then under them I want subtasks. So I want them under their parent.

There is currently no way to do this, and if I add any new ProgressTasks, it simply adds it at the end.

Would it be possible to insert at specific places?

thomhurst avatar Jun 28 '23 16:06 thomhurst