Skip to content

Commit 270aa5c

Browse files
Fix delete-session no auto target (#997)
1 parent 73e094f commit 270aa5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom-completions/zellij/zellij-completions.nu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ export extern "zellij delete-all-sessions" [
194194

195195
# Delete the specific session
196196
export extern "zellij delete-session" [
197+
session_name: string@"nu-complete sessions" # <TARGET_SESSION> Name of target session
197198
--force(-f) # Kill the sessions if they're running before deleting them
198199
--help(-h) # Print help information
199200
]

0 commit comments

Comments
 (0)