defenseunicorns / uds-cli

Apache License 2.0
24 stars 11 forks source link

`uds ui` tmp dir clean up and graceful exit #922

Closed decleaver closed 1 week ago

decleaver commented 1 week ago

Describe what should be investigated or refactored

Investigate:

  1. What happens when the user hits ctrl-c? Can we force a cleanup of the tmp dir?
  2. Besides ctrl-c is there a graceful way to exit uds ui?

follow up issue based on PR https://github.com/defenseunicorns/uds-cli/pull/917

UncleGedd commented 1 week ago

fixed with https://github.com/defenseunicorns/uds-cli/pull/926