diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-15 15:24:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-15 15:24:48 +0200 |
commit | 4f6abb0576e810b37d56ad3cafc67fac84682ec2 (patch) | |
tree | a8dbf336cea736b99a7ece1cb1e32b985e9f7934 /doc/cli.sh | |
parent | b44b4088f48a27bff88f8f010b8cd42303cbdad0 (diff) |
Implement status command
Diffstat (limited to 'doc/cli.sh')
-rwxr-xr-x | doc/cli.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -39,6 +39,7 @@ function compile () cli -I .. -v project="bdep" -v version="$version" -v date="$date" \ --include-base-last "${o[@]}" --generate-html --html-prologue-file \ man-prologue.xhtml --html-epilogue-file man-epilogue.xhtml --html-suffix .xhtml \ +--link-regex '%bpkg([-.].+)%../../bpkg/doc/bpkg$1%' \ --link-regex '%bdep(#.+)?%build2-project-manager-manual.xhtml$1%' \ ../bdep/$n.cli @@ -56,7 +57,7 @@ o="--suppress-undocumented --output-prefix bdep- --class-doc bdep::common_option compile "common" $o --output-suffix "-options" --class-doc bdep::common_options=long compile "bdep" $o --output-prefix "" --class-doc bdep::commands=short --class-doc bdep::topics=short -pages="config help init sync new fetch" +pages="new help init sync fetch status config" for p in $pages; do compile $p $o |