You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add possibility of skipping the exit prompt
it's an extra key that slows me down
Use Case:
I am iterating over my process-compose.yaml a lot and it keeps asking me wether I want to exit while I am sure I want to exit. Anyhow I use process-compose only for development purposes so there is rarely a case where I dont want to exit.
Proposed Change:
Ideally it would be a flag in ~/.config/process-compose/settings.yaml but I dont mind any solution really, a CLI flag or an environment variable would already be helpful
Who Benefits From The Change(s)?
me ?
Alternative Approaches
add a quit! shortcut one could map in config/process-compose/shortcuts.yaml ?
quit!:
description: Force Quit
shortcut: F10
NB: i am on 1.34.0
The text was updated successfully, but these errors were encountered:
thank you.
If I may, I would say the negative option disable_exit_confirmation is not the most intuitive. exit_confirmation with true as a default would be more straightforward IMO. But I amp happy that a setting exists at all so thanks again !
Feature Request
Add possibility of skipping the exit prompt
it's an extra key that slows me down
Use Case:
I am iterating over my process-compose.yaml a lot and it keeps asking me wether I want to exit while I am sure I want to exit. Anyhow I use process-compose only for development purposes so there is rarely a case where I dont want to exit.
Proposed Change:
Ideally it would be a flag in ~/.config/process-compose/settings.yaml but I dont mind any solution really, a CLI flag or an environment variable would already be helpful
Who Benefits From The Change(s)?
me ?
Alternative Approaches
add a
quit!
shortcut one could map in config/process-compose/shortcuts.yaml ?NB: i am on 1.34.0
The text was updated successfully, but these errors were encountered: