Damien

Results 4 comments of Damien

I did make a start, but am time constrained too at the moment to finish it out. https://github.com/dglancy/SwiftRecord/tree/dg/dev

Here is the current thinking from Apple on this: https://github.com/apple/swift-argument-parser/issues/41 Open for a worryingly amount of time.

@rosa When we're deploying new version of our app, we kill off the queue by running `sudo systemctl restart solid_queue` which effectively runs a `/bin/kill -TSTP $MAINPID` command that is...