How to do dependency injection with `ParsableCommand`s
I’m starting to write some commands with Swift Argument Parser, and I’m thinking ahead to unit testing. However, I’ve run into some questions about dependency injection when dealing with ParsableCommand
s.