mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 04:41:14 -03:00
Add a 'generic' type of event that can be emited from any piece of code or by the user. Use this event layer to perform interactive configuration startup at the correct time.
darcs-hash:20070819164230-75c98-f91b8a73de7bbbb500d80770ddf4d2d46ae592cc.gz
This commit is contained in:
@@ -5,6 +5,7 @@ complete -c function -s j -l on-job-exit --description "Make the function a job
|
||||
complete -c function -s p -l on-process-exit --description "Make the function a process exit event handler" -x
|
||||
complete -c function -s s -l on-signal --description "Make the function a signal event handler" -x
|
||||
complete -c function -s v -l on-variable --description "Make the function a variable update event handler" -x
|
||||
complete -c function -s v -l on-event --description "Make the function a generic event handler" -x
|
||||
complete -c function -s b -l key-binding --description "Allow dash (-) in function name"
|
||||
complete -c function -s a -l argument-names --description "Specify named arguments"
|
||||
complete -c function -s S -l no-scope-shadowing --description "Do not shadow variable scope of calling function"
|
||||
|
||||
Reference in New Issue
Block a user