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

Add option to prevent power on on start #3210

Merged
merged 1 commit into from Apr 28, 2022
Merged

Add option to prevent power on on start #3210

merged 1 commit into from Apr 28, 2022

Conversation

rom1v
Copy link
Collaborator

@rom1v rom1v commented Apr 23, 2022

By default, on start, the device is powered on. To prevent this behavior, add a new option --no-power-on.

Fixes #3148


Are you ok with the option name (--no-power-on)?
There is already an option --power-off-on-close, so we could use --no-power-on-on-start, but I think I prefer --no-power-on).

@rom1v rom1v mentioned this pull request Apr 23, 2022
1 task
rom1v added a commit that referenced this pull request Apr 23, 2022
By default, on start, the device is powered on. To prevent this
behavior, add a new option --no-power-on.

Fixes #3148 <#3148>
PR #3210 <#3210>
rom1v added a commit that referenced this pull request Apr 23, 2022
By default, on start, the device is powered on. To prevent this
behavior, add a new option --no-power-on.

Fixes #3148 <#3148>
PR #3210 <#3210>
@brunoais
Copy link
Contributor

I'm fine with this but wouldn't this be achievable with #3191?

@rom1v
Copy link
Collaborator Author

rom1v commented Apr 25, 2022

I'm fine with this but wouldn't this be achievable with #3191?

Probably not, since the behavior is enabled by default, and the option disables it.

By default, on start, the device is powered on. To prevent this
behavior, add a new option --no-power-on.

Fixes #3148 <#3148>
PR #3210 <#3210>
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.

None yet

2 participants