// file : bpkg/pkg-common-options.cli // copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; namespace bpkg { class pkg_common_options: common_options { dir_path --directory|-d (".") { "", "Assume configuration is in rather than in the current working directory." }; }; }