Description
The template from #640 is a very helpful feature.
Many repositories are structured this way:
.
├── docs
│ ├── cli command1.md
│ ├── cli command2.md
│ └── README.md
├── LICENSE
├── README.md
├── cli
└── src
├──
To distinguish it from ./README.md, I would like file docs/README.md to be renamed to docs/cli.md (the script name).
Description
The template from #640 is a very helpful feature.
Many repositories are structured this way:
To distinguish it from
./README.md, I would like filedocs/README.mdto be renamed todocs/cli.md(the scriptname).