API documentation missing information on available global and command options.
Open
question
- Dominant language
- Stylus
- Stars
- 719
- Forks
- 1.3k
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 9
Description
Such as `--cwd` and `--config`
Again, this is specifically for the API:
```
var Hexo = require('hexo');
var hexo = new Hexo(process.cwd(), {});
hexo.init().then(function(){
hexo.call('generate', {}).then(function(){
// ...
});
});
```
and etc. The options used for the command line version exist for the javascript API version or am I confused at the usage of the API?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.