forked from abrochard/kubel
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add optional callback arg to kubel--exec function (abrochard#129)
* Add optional callback arg to kubel--exec function Ensures that functions such as GOTO-CHAR are called only after process created by kubel--exec has completed. Means that behaviours like the point going to beginning of the buffer when describing resources, should work as intended. * Add docstring line for CALLBACK argument * Make CALLBACK final arg to kubel--exec Avoids potentially breaking change if users were using kubel--exec outside of the package
- Loading branch information
Showing
1 changed file
with
35 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters