1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-07-31 14:17:45 +00:00

Fix delete-session no auto target (#997)

This commit is contained in:
DualWu 2024-12-18 11:13:47 +08:00 committed by GitHub
parent 73e094fc08
commit 270aa5ce44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
]