github.com/franc20/ayesa_sap@v7.0.0-beta.28.0.20200124003224-302d4d52fa6c+incompatible/fixtures/config/plugin-config/.cf/plugins/config.json (about)

     1  {
     2    "Plugins": {
     3      "Test1":{
     4        "Location":"../../../fixtures/plugins/test_1.exe",
     5        "Commands":[
     6          {"Name":"test_1_cmd1","HelpText":"help text for test1 cmd1"},
     7          {"Name":"test_1_cmd2","HelpText":"help text for test1 cmd2"}
     8        ]
     9      },
    10      "Test2":{
    11        "Location":"../../../fixtures/plugins/test_2.exe",
    12        "Commands":[
    13          {"Name":"test_2_cmd1","HelpText":"help text for test2 cmd1"},
    14          {"Name":"test_2_cmd2","HelpText":"help text for test2 cmd2"}
    15        ]
    16      }
    17    }
    18  }