Skip to content

Conversation

@mrjoedang
Copy link
Contributor

Fixes issue where command flags are being ignored when connecting to a session.

Before

Running the following would connect to the session but would ignore the command flag:

./sesh connect "~/Downloads" --command "nvim"

After

The --command flag is not ignored when using sesh connect. Running the same command above connects to the session and opens nvim:

./sesh connect "~/Downloads" --command "nvim"

@mrjoedang mrjoedang marked this pull request as ready for review September 27, 2025 18:28
Copy link
Owner

@joshmedeski joshmedeski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good fix, thanks!

@joshmedeski joshmedeski merged commit 4373cc2 into joshmedeski:main Sep 29, 2025
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants