blob: a26c60057944b33b103648a274839e9335058ce1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
// -*- C++ -*-
//
// This file was generated by CLI, a command line interface
// compiler for C++.
//
#ifndef BPKG_DEFAULT_OPTIONS_FILES_HXX
#define BPKG_DEFAULT_OPTIONS_FILES_HXX
// Begin prologue.
//
//
// End prologue.
#include <bpkg/common-options.hxx>
// Print page usage information.
//
namespace bpkg
{
::bpkg::cli::usage_para
print_bpkg_default_options_files_usage (::std::ostream&,
::bpkg::cli::usage_para = ::bpkg::cli::usage_para::none);
}
// Begin epilogue.
//
//
// End epilogue.
#endif // BPKG_DEFAULT_OPTIONS_FILES_HXX
|