diff sat_frontends/jp/constants.py @ 3555:53fec6309fa3

cli: update constants to use new name
author Goffi <goffi@goffi.org>
date Wed, 09 Jun 2021 17:29:29 +0200
parents be6d91572633
children 1709f0a78f50 f4c02bdb2d91
line wrap: on
line diff
--- a/sat_frontends/jp/constants.py	Wed Jun 09 11:35:49 2021 +0200
+++ b/sat_frontends/jp/constants.py	Wed Jun 09 17:29:29 2021 +0200
@@ -23,7 +23,11 @@
 
 class Const(constants.Const):
 
-    APP_NAME = "jp"
+    APP_NAME = "Libervia CLI"
+    APP_COMPONENT = "CLI"
+    APP_NAME_ALT = "jp"
+    APP_NAME_FILE = "libervia_cli"
+    CONFIG_SECTION = APP_COMPONENT.lower()
     PLUGIN_CMD = "commands"
     PLUGIN_OUTPUT = "outputs"
     OUTPUT_TEXT = "text"  # blob of unicode text