-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoclif.manifest.json
1 lines (1 loc) · 1.21 KB
/
oclif.manifest.json
1
{"version":"0.0.0","commands":{"md-to-slack":{"id":"md-to-slack","description":"describe the command here","pluginName":"mdp","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"after":{"name":"after","type":"option","char":"a","description":"use only output that comes after a given string"},"stdin":{"name":"stdin","type":"boolean","char":"i","description":"use input from stdin","allowNo":false},"sendTo":{"name":"sendTo","type":"option","char":"s","description":"slack api url to send resulting text to","default":""}},"args":[{"name":"file","description":"path to markdown file"}]},"slack-to-md":{"id":"slack-to-md","description":"describe the command here","pluginName":"mdp","pluginType":"core","aliases":[],"flags":{"after":{"name":"after","type":"option","char":"a","description":"use only output that comes after a given string"},"stdin":{"name":"stdin","type":"boolean","char":"i","description":"use input from stdin","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[{"name":"file","description":"path to optional text file containing slack simplified-markdown"}]}}}