github.com/franc20/ayesa_sap@v7.0.0-beta.28.0.20200124003224-302d4d52fa6c+incompatible/fixtures/config/help-plugin-test-config/.cf/plugins/config.json (about) 1 { 2 "Plugins": { 3 "Test1":{ 4 "Location":"../../fixtures/plugins/test_1.exe", 5 "Commands":[ 6 {"Name":"test1_cmd1","Alias":"test1_cmd1_alias","HelpText":"help text for test1 cmd1"}, 7 {"Name":"test1_cmd2","HelpText":"help text for test1 cmd2"} 8 ] 9 }, 10 "Test2":{ 11 "Location":"../../fixtures/plugins/test_2.exe", 12 "Commands":[ 13 {"Name":"test2_cmd1","Alias":"tc1","HelpText":"help text for test2 cmd1"}, 14 {"Name":"test2_cmd2","HelpText":"help text for test2 cmd2"}, 15 {"Name":"test2_really_long_really_long_really_long_command_name","HelpText":"help text for test2 long command name"} 16 ] 17 } 18 } 19 } 20