/*
* Copyright (C) the libgit2 contributors. All rights reserved.
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
*/
/* Command definitions */
typedef struct cli_cmd_spec;
/* Options that are common to all commands (eg --help, --git-dir) */
extern const cli_opt_spec cli_common_opts;
/* All the commands supported by the CLI */
extern const cli_cmd_spec cli_cmds;
/* Find a command by name */
extern const cli_cmd_spec *;
/* Commands */
extern int ;
extern int ;
extern int ;
extern int ;
/* CLI_cmd_h__ */