ciao
ciao copied to clipboard
Documentation directory not ideal
ciao -d doc scripts will generate a directory structure like this:
doc/
└── scripts
└── examples
├── basic.md
├── facebook.md
├── github-api.md
├── github.md
├── google.md
└── yahoo.md
it should probably create this instead:
doc/
└── examples
├── basic.md
├── facebook.md
├── github-api.md
├── github.md
├── google.md
└── yahoo.md
or should it? hmm.....