aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-status-options.cli
blob: 5f1c05bf18b395e42c95ee6f61f4b31687b3b9b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// file      : bpkg/pkg-status-options.cli
// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

include <bpkg/configuration-options.cli>;

/*
"\section=1"
"\name=bpkg-pkg-status"

"\h{SYNOPSIS}

bpkg pkg-status <pkg> [<ver>]"

"\h{DESCRIPTION}

The \cb{pkg-status} command prints the status of the specified
package or, if the <ver> argument is provided, package version.
Note that the status is written to \cb{STDOUT}, not \cb{STDERR}.
@@ TODO: output form and possible status values."
*/

namespace bpkg
{
  class pkg_status_options: configuration_options
  {
  };
}