// file : bpkg/rep-info.hxx -*- C++ -*- // copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_REP_INFO_HXX #define BPKG_REP_INFO_HXX #include #include #include namespace bpkg { int rep_info (const rep_info_options&, cli::scanner& args); default_options_files options_files (const char* cmd, const rep_info_options&, const strings& args); rep_info_options merge_options (const default_options&, const rep_info_options&); } #endif // BPKG_REP_INFO_HXX