On this page
LibTmux.Server.BuildCommandPromptArguments
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Interaction.cs
- BuildCommandPromptArguments ( request : CommandPromptRequest ) List<string>
-
Builds the arguments a prompt request sends.
The refusal below 3.3 belongs here rather than beside the dispatch, because tmux 3.2a reads the type flag as a pair of booleans meaning something else: a chained prompt that skipped the check would ask a different question rather than fail.
- Raises
-
-
TmuxVersionTooLowException – The request asks for a format or a prompt type and tmux is older than 3.3.
-
0 declared, 0 inherited