la5nta / pat

A cross-platform Winlink client written in Go
https://getpat.io
MIT License
498 stars 86 forks source link

Align auto-convert feature between web gui and cli #440

Closed martinhpedersen closed 10 months ago

martinhpedersen commented 10 months ago

We have been auto-converting images for the web gui, while prompting the user from the CLI composer. Given that the CLI prompt is causing issues with the new "non-interactive" cli composer, I believe it's reasonable to avoid this complexity by doing auto-convertion on the command line aswell.

We could consider adding a config options to let the user control this behavior in the future. But until then, let's keep it simple.

Resolves #431