mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
10 lines
390 B
Text
10 lines
390 B
Text
|
\section funced funced - edit a function interactively
|
||
|
|
||
|
\subsection funced-synopsis Synopsis
|
||
|
<code>funced NAME</code>
|
||
|
|
||
|
\subsection funced-description Description
|
||
|
|
||
|
Use the funced command to interactively edit the definition of a
|
||
|
function. If there is no function with the name specified, a skeleton function is inserted, if a function exist, the definion will be shown on the command line.
|