mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
functions: Add "--no-details" flag and use it in funced
This inhibits the function path comment which is annoying in `funced`. Fixes #7879.
This commit is contained in:
@@ -39,6 +39,8 @@ The following options are available:
|
||||
|
||||
You should not assume that only five lines will be written since we may add additional information to the output in the future.
|
||||
|
||||
- ``--no-details`` turns off function path reporting, so just the definition will be printed.
|
||||
|
||||
- ``-n`` or ``--names`` lists the names of all defined functions.
|
||||
|
||||
- ``-q`` or ``--query`` tests if the specified functions exist.
|
||||
|
||||
Reference in New Issue
Block a user