This is the complete list of members for ConsoleForge.Core.Cmd, including all inherited members.
| Batch(params ICmd?[] cmds) | ConsoleForge.Core.Cmd | static |
| Debounce(TimeSpan interval, Func< DateTimeOffset, IMsg > fn) | ConsoleForge.Core.Cmd | static |
| Msg(IMsg msg) | ConsoleForge.Core.Cmd | static |
| None | ConsoleForge.Core.Cmd | static |
| Quit() | ConsoleForge.Core.Cmd | static |
| Run(Func< CancellationToken, Task< IMsg > > fn) | ConsoleForge.Core.Cmd | static |
| Run(Func< CancellationToken, Task< IMsg > > fn, CancellationToken cancellationToken) | ConsoleForge.Core.Cmd | static |
| Sequence(params ICmd?[] cmds) | ConsoleForge.Core.Cmd | static |
| Throttle(TimeSpan interval, Func< DateTimeOffset, IMsg > fn) | ConsoleForge.Core.Cmd | static |
| Tick(TimeSpan interval, Func< DateTimeOffset, IMsg > fn, CancellationToken cancellationToken=default) | ConsoleForge.Core.Cmd | static |