{"version":"1.2.2","commands":{"hello":{"id":"hello","description":"\nDescribe the command here\n...\nExtra documentation goes here\n","pluginName":"@oclif/example-plugin-ts","pluginType":"core","aliases":[],"examples":["$ oclif-example hello\nhello world from hello!\n","$ oclif-example hello --name myname\nhello myname from hello!\n","$ oclif-example hello ./afile\n# outputs \"hello world!\" to ./afile","$ oclif-example hello --force","$ oclif-example hello --help"],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print","hidden":false,"required":false},"force":{"name":"force","type":"boolean","char":"f"}},"args":[{"name":"file","description":"file to output","required":false}]}}}