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

fix: change list-devices back to flag type #627

Merged
merged 1 commit into from Dec 13, 2023
Merged

Conversation

XavierChanth
Copy link
Member

@XavierChanth XavierChanth commented Dec 13, 2023

fixes: #625

- What I did

  • Changed --list-devices from a string option back to a boolean flag

@gkc @cpswan this is a breaking change, but it is unbreaking something that was accidentally broken when we pushed v4.0.0. I think we should push this out as noports_core (the sdk) version 5.0.0 but sshnoports (the cli) can be a patch increase 4.0.2 -> 4.0.3.

- How I did it

- How to verify it

- Description for the changelog
fix: change list-devices back to flag type

@XavierChanth
Copy link
Member Author

Bump version / release PRs will follow once this is approved and merged.

@XavierChanth XavierChanth merged commit 74772fd into trunk Dec 13, 2023
11 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.

ArgsParser --list-devices is an option instead of being a flag
2 participants