mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 06:01:46 +08:00
Clean up fish_breakpoint_prompt sphinx docs
This commit is contained in:
parent
2b89cbc678
commit
9a35df059a
|
@ -1,12 +1,12 @@
|
||||||
fish_breakpoint_prompt - define the appearance of the command line prompt when in the context of a ``breakpoint`` command
|
fish_breakpoint_prompt - define the prompt when stopped at a breakpoint
|
||||||
=========================================================================================================================
|
=======================================================================
|
||||||
|
|
||||||
Synopsis
|
Synopsis
|
||||||
--------
|
--------
|
||||||
|
|
||||||
function fish_breakpoint_prompt
|
function fish_breakpoint_prompt
|
||||||
...
|
...
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
Description
|
Description
|
||||||
|
@ -22,11 +22,7 @@ The exit status of commands within ``fish_breakpoint_prompt`` will not modify th
|
||||||
Example
|
Example
|
||||||
-------
|
-------
|
||||||
|
|
||||||
A simple prompt that is a simplified version of the default debugging prompt:
|
A simple prompt that is a simplified version of the default debugging prompt::
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
::
|
|
||||||
|
|
||||||
function fish_breakpoint_prompt -d "Write out the debug prompt"
|
function fish_breakpoint_prompt -d "Write out the debug prompt"
|
||||||
set -l function (status current-function)
|
set -l function (status current-function)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user