From 4361cd02422d8a6b30d67bb6869af9c67f7ec9c0 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 20 Jan 2011 15:07:43 -0500 Subject: Rename INTERNAL to NO_CLI for commands we hide from the cli. Also make i18n_messages and json_metadata NO_CLI. ticket 821 --- ipalib/frontend.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ipalib/frontend.py') diff --git a/ipalib/frontend.py b/ipalib/frontend.py index eeed3980c..567edfd17 100644 --- a/ipalib/frontend.py +++ b/ipalib/frontend.py @@ -220,8 +220,8 @@ class HasParam(Plugin): that consider arbitrary ``api.env`` values. """ # HasParam is the base class for most frontend plugins, that make it to users - # This flag should be used by UI components to make the plugin unaccessible - INTERNAL = False + # This flag indicates that the command should not be available in the cli + NO_CLI = False def _get_param_iterable(self, name, verb='takes'): """ -- cgit