Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnovation committed Jan 11, 2025
1 parent f780de7 commit a38c135
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kele.el
Original file line number Diff line number Diff line change
Expand Up @@ -1596,9 +1596,10 @@ Defaults to the currently active context as set in
First checks the current Transient command's arguments if set.
Otherwise, returns the current context name from kubeconfig."
(or (transient-arg-value "--context=" (transient-args
(if transient-current-command
(transient-arg-value "--context=" (transient-args
transient-current-command))
(kele-current-context-name)))
(kele-current-context-name)))

(cl-defun kele--get-namespace-arg (&key (permit-nil nil) use-default group-version kind (prompt "Namespace: "))
"Get the value to use for Kubernetes namespace.
Expand Down

0 comments on commit a38c135

Please sign in to comment.