// file : bpkg/pkg-status-options.cli // copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; /* "\section=1" "\name=bpkg-pkg-status" "\h{SYNOPSIS} bpkg pkg-status []" "\h{DESCRIPTION} The \cb{pkg-status} command prints the status of the specified package or, if the 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: common_options { dir_path --directory|-d (".") { "", "Assume configuration is in rather than in the current working directory." }; }; }