aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-status-options.cli
blob: 6eabf4df5baa7bbf18fa4997bf0eae55ae97d28a (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 <ver> is specified, 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
  {
  };
}