Skip to content

Commit

Permalink
Fix delete-session no auto target (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
DualHappiness authored Dec 18, 2024
1 parent 73e094f commit 270aa5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom-completions/zellij/zellij-completions.nu
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ export extern "zellij delete-all-sessions" [

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

0 comments on commit 270aa5c

Please sign in to comment.