aboutsummaryrefslogtreecommitdiff
path: root/bpkg/cfg-info.hxx
blob: d4a8818537f8b878da98529e6560fa9774ed7240 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// file      : bpkg/cfg-info.hxx -*- C++ -*-
// license   : MIT; see accompanying LICENSE file

#ifndef BPKG_CFG_INFO_HXX
#define BPKG_CFG_INFO_HXX

#include <bpkg/types.hxx>
#include <bpkg/utility.hxx>

#include <bpkg/cfg-info-options.hxx>

namespace bpkg
{
  int
  cfg_info (const cfg_info_options&, cli::scanner& args);
}

#endif // BPKG_CFG_INFO_HXX