// SPDX-FileCopyrightText: 2014-2024 Rafael G. Martins // SPDX-License-Identifier: BSD-3-Clause #pragma once char* bgr_shell_get_repo(const char *command); int bgr_shell(int argc, char *argv[]);