vcpkg-tool/include/vcpkg/commands.autocomplete.h

11 строки
268 B
C++

#pragma once
#include <vcpkg/fwd/vcpkgcmdarguments.h>
#include <vcpkg/fwd/vcpkgpaths.h>
namespace vcpkg
{
extern const CommandMetadata CommandAutocompleteMetadata;
void command_autocomplete_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths);
}