const char ani_usage_string =
"usage: ani <command>\n"
"\n"
"Commands\n"
" init Initialize empty repository\n"
" change Show information about a particular change\n"
" pristine Show information about the repository database\n";
/* List of builtin commands, by name and the function to invoke */
;
static struct cmd commands = ;
/**
* Print usage string and exit.
*/
static void
static struct cmd *
static int
int