{"version":"1.3.2","commands":{"hello":{"id":"hello","description":"describe the command here","pluginName":"@oclif/example-plugin-ts","pluginType":"core","aliases":[],"examples":["$ oclif-example hello\nhello world from ./src/hello.ts!\n","$ oclif-example hello --name myname\nhello myname from .src/hello.ts!\n"],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print"},"force":{"name":"force","type":"boolean","char":"f"}},"args":[{"name":"file"}]}}}