Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow zellij delete to take multiple session names as arguments #3445

Open
tgross35 opened this issue Jun 23, 2024 · 0 comments
Open

Allow zellij delete to take multiple session names as arguments #3445

tgross35 opened this issue Jun 23, 2024 · 0 comments

Comments

@tgross35
Copy link

For example:

$ zellij d outstanding-tomato oblong-river
error: Found argument 'oblong-river' which wasn't expected, or isn't valid in this context

USAGE:
    zellij delete-session [OPTIONS] [TARGET_SESSION]

For more information try --help
$ zellij d outstanding-tomato 
Session: "outstanding-tomato" successfully deleted.
$ zellij d oblong-river
Session: "oblong-river" successfully deleted.

Taking multiple arguments would be slightly easier to copy and paste from the output of zellij ls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant