// file : bpkg/pkg-command -*- C++ -*- // copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_PKG_COMMAND #define BPKG_PKG_COMMAND #include #include namespace bpkg { // Common pkg-{update,clean,test,install,...} implementation. // void pkg_command (const string& cmd, // Without the 'pkg-' prefix. const pkg_common_options&, cli::scanner& args); } #endif // BPKG_PKG_COMMAND