mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Help message for clone-in-kitty
This commit is contained in:
@@ -277,6 +277,10 @@ clone-in-kitty() {
|
|||||||
while :; do
|
while :; do
|
||||||
case "$1" in
|
case "$1" in
|
||||||
"") break;;
|
"") break;;
|
||||||
|
-h|--help)
|
||||||
|
builtin printf "%s\n" "Clone the current bash session into a new kitty window. For usage instructions see: https://sw.kovidgoyal.net/kitty/shell-integration/#clone-shell"
|
||||||
|
return
|
||||||
|
;;
|
||||||
*) data="$data,a=$(builtin printf "%s" "$1" | builtin command base64)";;
|
*) data="$data,a=$(builtin printf "%s" "$1" | builtin command base64)";;
|
||||||
esac
|
esac
|
||||||
shift
|
shift
|
||||||
|
|||||||
@@ -360,6 +360,10 @@ clone-in-kitty() {
|
|||||||
while :; do
|
while :; do
|
||||||
case "$1" in
|
case "$1" in
|
||||||
"") break;;
|
"") break;;
|
||||||
|
-h|--help)
|
||||||
|
builtin printf "%s\n" "Clone the current zsh session into a new kitty window. For usage instructions see: https://sw.kovidgoyal.net/kitty/shell-integration/#clone-shell"
|
||||||
|
return
|
||||||
|
;;
|
||||||
*) data="$data,a=$(builtin printf "%s" "$1" | builtin command base64)";;
|
*) data="$data,a=$(builtin printf "%s" "$1" | builtin command base64)";;
|
||||||
esac
|
esac
|
||||||
shift
|
shift
|
||||||
|
|||||||
Reference in New Issue
Block a user