ActiveCampaign / postmark-cli

The official CLI tool for Postmark
https://postmarkapp.com
MIT License
79 stars 9 forks source link

Arguments behavior are a bit odd. #47

Open gaetan-wap opened 3 years ago

gaetan-wap commented 3 years ago

If I do

postmark --lapin  templates push ./dist

or

postmark carotte  templates push ./dist

or

postmark --force  templates push ./dist

The command succeeds.

I think it should fail with an non-zero code and an error message.