Closed thenbe closed 1 month ago
I noticed that if I change the value of disabled to false
, the issue does not occur; everything works as expected.
version: '0.5'
processes:
api:
- disabled: true
+ disabled: false
command: echo hello
Here are the logs:
24-08-29 08:04:06.147 INF Process Compose v1.24.0
24-08-29 08:04:06.147 INF Loaded project from /home/nbe/projects/sail/process-compose.yaml
24-08-29 08:04:06.147 INF Global shell command: bash -c
24-08-29 08:04:06.147 INF start http server listening :8080
24-08-29 08:04:06.147 DBG Spinning up 1 processes. Order: ["api"]
24-08-29 08:04:06.147 DBG Loaded settings from /home/nbe/.config/process-compose/settings.yaml
24-08-29 08:04:06.147 INF Started command=["bash","-c","echo hello"] process=api
24-08-29 08:04:06.148 DBG Shortcuts loaded from /home/nbe/.config/process-compose/shortcuts.yaml
24-08-29 08:04:06.198 INF Exited exit_code=0 process=api
24-08-29 08:04:06.198 INF Project completed
24-08-29 08:04:07.778 DBG Shutting down 0 processes. Order: []
24-08-29 08:04:08.779 DBG Logs monitoring canceled
24-08-29 08:04:08.779 INF Thank you for using process-compose
Could this line be significant? It does not appear when disabled
is set to true
.
24-08-29 08:04:08.779 DBG Logs monitoring canceled
Defect
Make sure that these boxes are checked before submitting your issue -- thank you!
process-compose info
)Version of
process-compose
:1.24.0
OS environment:
"x86_64-linux"
Linux 6.6.47, NixOS, 24.11 (Vicuna), 24.11.20240821.c374d94
Steps or code to reproduce the issue:
process-compose up --keep-project
F10
thenenter
.echo foo
in the same shell. Pressingctrl+c
enters a "new line".ctrl+c
prints the literal characters^C
on the screen.Logs
If you have difficulty reproducing this, let me know and I'll record a video.