GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
johnpearcey
/
dub_jkp
Download ZIP
3610 commits
Transfer to URL with SHA
tree:
117c3d800d
Branches
Tags
×
master
dub_jkp
/
scripts
/
man
/
latest commit
117c3d800d
WebFreak001
authored
on 8 Jan 2023
Mathias LANG
committed
on 9 Jan 2023
..
.gitignore
add markdown documentation generator to gen_man.d
2 years ago
README.md
Fix issue 1860: Main man page does not mention subcommands
5 years ago
gen_man.d
add markdown documentation generator to gen_man.d
2 years ago
README.md
1) Build
./gen_man.d
2) Preview
On Linux:
man -l dub.1
On OSX:
mkdir -p man1 mv *.1 man1 man -M . dub