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

include <bpkg/common-options.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."
    */
  };
}