DefangLabs / defang

Defang CLI and sample projects. Defang is a radically simpler way for developers to develop, deploy, and debug cloud applications.
https://defang.io
MIT License
39 stars 9 forks source link

avoid redeclaring --type flag on logs cmd #871

Closed jordanstephens closed 5 days ago

jordanstephens commented 5 days ago

Description

Fixing a bug I introduced in #769 which caused the --type flag to be redeclared. Added a test to execute the logs command to verify the fix.

Linked Issues

Checklist