particle-os-cli/utils/src
Gerald Pinder 235b3b358c
fix: Add Ctrl-C handler for spawned children (#193)
This allows spawned children processes to be killed when a user performs
a Ctrl-C operation. Before this change, children processes would end up
continuing in the background with the user unaware.
2024-06-17 20:07:52 -04:00
..
command_output.rs refactor: Move templates to their own crate (#83) 2024-02-25 14:45:33 -06:00
constants.rs fix: Fail if cosign private/public key can't be verified (#190) 2024-06-01 19:05:14 -04:00
ctrlc_handler.rs fix: Add Ctrl-C handler for spawned children (#193) 2024-06-17 20:07:52 -04:00
lib.rs fix: Add Ctrl-C handler for spawned children (#193) 2024-06-17 20:07:52 -04:00
logging.rs fix: Add Ctrl-C handler for spawned children (#193) 2024-06-17 20:07:52 -04:00
syntax_highlighting.rs feat: Stages (#173) 2024-05-18 13:23:50 +00:00