feat: init full-featured Logseq CLI by RCmerci · Pull Request #12340 · logseq/logseq
--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
Repo refers to internal identifiers that start with 'logseq_db_' and used to start with 'logseq_local_'. The --repo option was not being used in that way and was just a reference to a graph name. While it's reasonable for internal CLIs like db-worker-node.js to use --repo, it is needlessly confusing to introduce repo to users. Almost all of our apps and docs label graphs as 'graph' and not 'repo'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters