Skip to content

Support fish transient prompts by forwarding args to original function - #95

Open
jupblb wants to merge 1 commit into
acomagu:masterfrom
jupblb:transient-prompt-support
Open

Support fish transient prompts by forwarding args to original function#95
jupblb wants to merge 1 commit into
acomagu:masterfrom
jupblb:transient-prompt-support

Conversation

@jupblb

@jupblb jupblb commented Jan 22, 2026

Copy link
Copy Markdown

When fish calls prompt functions with arguments (e.g., --final-rendering for transient prompts), forward them to the original function instead of returning the cached async result. This allows prompt functions to handle special cases like transient prompts.

See: https://fishshell.com/docs/current/prompt.html#transient-prompt

When fish calls prompt functions with arguments (e.g., --final-rendering
for transient prompts), forward them to the original function instead of
returning the cached async result. This allows prompt functions to handle
special cases like transient prompts.

See: https://fishshell.com/docs/current/prompt.html#transient-prompt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant