We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
delete-session
1 parent 73e094f commit 270aa5cCopy full SHA for 270aa5c
custom-completions/zellij/zellij-completions.nu
@@ -194,6 +194,7 @@ export extern "zellij delete-all-sessions" [
194
195
# Delete the specific session
196
export extern "zellij delete-session" [
197
+ session_name: string@"nu-complete sessions" # <TARGET_SESSION> Name of target session
198
--force(-f) # Kill the sessions if they're running before deleting them
199
--help(-h) # Print help information
200
]
0 commit comments