From 2cf4b3ef2af8c5f1d1591899923a18961c5ef990 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Wed, 30 Aug 2017 17:58:56 +0530 Subject: Add command use use command helps to choose the product version to use while there are more than one product commands present in cli CLI-37 Change-Id: I4020bbbcc7574cfcc73ddcd4d46c627087990d20 Signed-off-by: Kanagaraj Manickam k00365106 --- .../src/main/resources/META-INF/services/org.onap.cli.fw.OnapCommand | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/src/main/resources') diff --git a/framework/src/main/resources/META-INF/services/org.onap.cli.fw.OnapCommand b/framework/src/main/resources/META-INF/services/org.onap.cli.fw.OnapCommand index 89648bf5..422da568 100644 --- a/framework/src/main/resources/META-INF/services/org.onap.cli.fw.OnapCommand +++ b/framework/src/main/resources/META-INF/services/org.onap.cli.fw.OnapCommand @@ -1,2 +1,2 @@ org.onap.cli.fw.cmd.OnapSchemaValidateCommand -org.onap.cli.fw.cmd.OnapSchemaRefreshCommand \ No newline at end of file +org.onap.cli.fw.cmd.OnapSchemaRefreshCommand -- cgit 1.2.3-korg