mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
Remove deprecated CLI apps from the core
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43449 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1235,15 +1235,10 @@ static char show_config_help[] =
|
||||
"Usage: core list config mappings\n"
|
||||
" Shows the filenames to config engines.\n";
|
||||
|
||||
static struct ast_cli_entry cli_show_config_mappings_deprecated = {
|
||||
{ "show", "config", "mappings", NULL },
|
||||
config_command, NULL,
|
||||
NULL };
|
||||
|
||||
static struct ast_cli_entry cli_config[] = {
|
||||
{ { "core", "list", "config", "mappings", NULL },
|
||||
config_command, "Display config mappings (file names to config engines)",
|
||||
show_config_help, NULL, &cli_show_config_mappings_deprecated },
|
||||
show_config_help },
|
||||
};
|
||||
|
||||
int register_config_cli()
|
||||
|
||||
Reference in New Issue
Block a user