Add support for hierarchical list prompts

Closes #412
This commit is contained in:
Patrik Svensson
2021-05-18 11:34:16 -04:00
committed by Phil Scott
parent c147929f16
commit 315a52f3e9
32 changed files with 946 additions and 541 deletions
@@ -19,6 +19,7 @@ namespace Spectre.Console.Rendering
{
_console = console ?? throw new ArgumentNullException(nameof(console));
_hook = hook ?? throw new ArgumentNullException(nameof(hook));
_console.Pipeline.Attach(_hook);
}