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

include <bpkg/common-options.cli>;

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."
    */
  };
}