James Brundage
James Brundage
Extend the PSHost.UI object to simplify input and output. This consists of ScriptMethods to enable .Read/Write (among other things). * [ ] #312 * [ ] #313 * [ ]...
This should perform a "soft" (non-blocking) read of a given key event.
Posh should support N TUI menus of an arbitrary depth. To make this _fairly_ straightforward, Posh will manage a collection of all menus. The key in the collection would be...
The module name and description should be carried over, and the root should be the root of the module.
PowerShell can create drives with any arbitrary root, and doing so can allow the files in the module to be more easily accessible. This would have several distinct advantages to...
All modules should be able to have more than one tagline. The default tagline should be the first line of the module's description. Additional taglines can be provided in .PrivateData.PSData.Tagline(s)...