From 80d9b1aa68dd5bdea1d85f19cf3cbff89886a5ba Mon Sep 17 00:00:00 2001 From: sburman Date: Mon, 10 Oct 2022 16:46:16 +0530 Subject: [PATCH] chorE: add space as a topic separator --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index cb1f713e..cc336c71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-autocomplete", - "description": "autocomplete plugin for oclif", + "description": "local autocomplete plugin for oclif", "version": "1.3.1", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-autocomplete/issues", @@ -50,6 +50,7 @@ "oclif": { "commands": "./lib/commands", "bin": "oclif-example", + "topicSeparator": " ", "devPlugins": [ "@oclif/plugin-help" ]