From `hexo/lib/hexo/index.js` ``` // If `output` is provided, use that as the // root for saving the db. Otherwise default to `base`. const dbPath = args.output || base; ``` you can access it with `hexo.env.args.output`
From
hexo/lib/hexo/index.jsyou can access it with
hexo.env.args.output