Results 5 comments of Mike

Closing in favour of new lessons I've learned.

For anyone who uses `clap` with the `derive` feature, [clap-nested-commands](https://crates.io/crates/clap-nested-commands) may be of interest. I developed that for my own need and it's my first crate ever. Any feedback is...

👋 That sounds like a good plan. Any time after mid October works for me. Looking forward to it, it'll be a fun one :)

Let's do it, that works for me.

One way I've done that for some teams is to use `whoami` to dynamically load the correct: ``` devbox services up --process-compose-file ./config/devbox/process-compose/$(whoami).yaml ``` When you have multiple people with...