// file : bpkg/help.cli // copyright : Copyright (c) 2014-2016 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; "\section=1" "\name=bpkg-help" "\summary=show help for a command or help topic" namespace bpkg { { " ", "\h|SYNOPSIS| \c{\b{bpkg help} [ | ]} \h|DESCRIPTION| Show the detailed help for or help or a summary of available commands and topics if none was specified." } class help_options: common_options { //"\h|HELP OPTIONS|" }; }