// file : bpkg/configuration.cli // copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; "\name=configuration" // Not a man page. namespace bpkg { // Common options for commands that operate on a configuration. // class configuration_options: common_options { dir_path --directory|-d (".") { "", "Assume configuration is in rather than in the current working directory." } }; }