mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
Fix delete-session
no auto target (#997)
This commit is contained in:
parent
73e094fc08
commit
270aa5ce44
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@ export extern "zellij delete-all-sessions" [
|
||||||
|
|
||||||
# Delete the specific session
|
# Delete the specific session
|
||||||
export extern "zellij delete-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
|
--force(-f) # Kill the sessions if they're running before deleting them
|
||||||
--help(-h) # Print help information
|
--help(-h) # Print help information
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue