github.com/rakutentech/cli@v6.12.5-0.20151006231303-24468b65536e+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","HelpText":"help text for test2 cmd1"}, 14 {"Name":"test2_cmd2","HelpText":"help text for test2 cmd2"} 15 ] 16 } 17 } 18 } 19