canonical / charmcraft

Collaborate, build and publish charmed operators for Kubernetes, Linux and Windows.
Apache License 2.0
66 stars 69 forks source link

fix(test): parse test command arguments #1686

Closed cmatsuoka closed 4 months ago

cmatsuoka commented 4 months ago

Let the test command parse its arguments instead of forwarding them to spread in raw form. This allows us to use consistent double-dashed long options, and have better help messages.

Signed-off-by: Claudio Matsuoka claudio.matsuoka@canonical.com