mirror of
https://github.com/logseq/logseq.git
synced 2026-05-16 08:52:20 +00:00
--output was being used as a global and command option. This resulted in buggy, coupled behavior e.g. unable to set a global output unless the export file was named human, edn or json. `--ouput` was also not listed as a command option which was confusing. Renamed the command --ouput to --file for explicit and uncoupled behavior