aboutsummaryrefslogtreecommitdiff
path: root/bpkg/help.cli
blob: 69e818c92f9f426796bc7a94d7d03c26a0869b57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// file      : bpkg/help.cli
// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

include <bpkg/common.cli>;

"\section=1"
"\name=bpkg-help"
"\summary=show help for a command or help topic"

namespace bpkg
{
  class help_options: common_options
  {
    /*
    "Show detailed help for a command or help topic or the list of
     available commands and topics if none was specified."
    */
  };
}