From 8ca8ec90d68d797b90a2c5a7835d11a3f9d3b004 Mon Sep 17 00:00:00 2001 From: jash Date: Sun, 4 Nov 2018 16:08:51 +0100 Subject: [PATCH] added missing help texts and markers to see where they will be shown --- .../generators/app/help.json | 68 ++++++++++--------- 1 file changed, 35 insertions(+), 33 deletions(-) diff --git a/install/generator-cyphernode/generators/app/help.json b/install/generator-cyphernode/generators/app/help.json index a2ece9f..9d24534 100644 --- a/install/generator-cyphernode/generators/app/help.json +++ b/install/generator-cyphernode/generators/app/help.json @@ -1,36 +1,38 @@ { - "features": "", - "net": "", - "username": "", - "xpub": "", - "derivation_path": "", - "gatekeeper_clientkeyspassword": "", - "gatekeeper_recreatekeys": "", - "gatekeeper_edit_ipwhitelist": "", - "gatekeeper_ipwhitelist": "", - "gatekeeper_edit_apiproperties": "", - "gatekeeper_apiproperties": "", - "bitcoin_mode": "", - "bitcoin_node_ip": "", - "bitcoin_rpcuser": "", - "bitcoin_rpcpassword": "", - "bitcoin_prune": "", - "bitcoin_uacomment": "", - "lightning_implementation": "", - "lightning_external_ip": "", - "lightning_nodename": "", - "lightning_nodecolor": "", - "electrum_implementation": "", - "proxy_datapath": "", - "bitcoin_datapath": "", - "lightning_datapath": "", - "bitcoin_expose": "", - "docker_mode": "", - "__default__": "Lorem ipsum dolor sit amet,
consetetur sadipscing elitr, sed diam
nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam" + "features": "** features **", + "net": "** net **", + "run_as_different_user": "** run_as_different_user **", + "username": "** username **", + "xpub": "** xpub **", + "derivation_path": "** derivation_path **", + "proxy_datapath": "** proxy_datapath **", + "gatekeeper_clientkeyspassword": "** gatekeeper_clientkeyspassword **", + "gatekeeper_clientkeyspassword_c": "** gatekeeper_clientkeyspassword_c **", + "gatekeeper_recreatekeys": "** gatekeeper_recreatekeys **", + "gatekeeper_recreatecert": "** gatekeeper_recreatecert **", + "gatekeeper_datapath": "** gatekeeper_datapath **", + "gatekeeper_edit_apiproperties": "** gatekeeper_edit_apiproperties **", + "gatekeeper_apiproperties": "** gatekeeper_apiproperties **", + "gatekeeper_sslcert": "** gatekeeper_sslcert **", + "gatekeeper_sslkey": "** gatekeeper_sslkey **", + "bitcoin_mode": "** bitcoin_mode **", + "bitcoin_node_ip": "** bitcoin_node_ip **", + "bitcoin_rpcuser": "** bitcoin_rpcuser **", + "bitcoin_rpcpassword": "** bitcoin_rpcpassword **", + "bitcoin_prune": "** bitcoin_prune **", + "bitcoin_prunesize": "** bitcoin_prunesize **", + "bitcoin_uacomment": "** bitcoin_uacomment **", + "bitcoin_datapath": "** bitcoin_datapath **", + "bitcoin_expose": "** bitcoin_expose **", + "lightning_implementation": "** lightning_implementation **", + "lightning_external_ip": "** lightning_external_ip **", + "lightning_nodename": "** lightning_nodename **", + "lightning_nodecolor": "** lightning_nodecolor **", + "lightning_datapath": "** lightning_datapath **", + "lightning_expose": "** lightning_expose **", + "installer_mode": "** installer_mode **", + "installer_cleanup": "** installer_cleanup **", + "docker_mode": "** docker_mode **", + "__default__": "Key missing!
There is no help text for this entry. :-(" } - - - - - \ No newline at end of file