// file : bpkg/pkg-update -*- C++ -*- // copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_PKG_UPDATE #define BPKG_PKG_UPDATE #include #include #include namespace bpkg { inline void pkg_update (const pkg_update_options& o, cli::scanner& args) { pkg_command ("update", o, args); } } #endif // BPKG_PKG_UPDATE