This repository was archived by the owner on Jan 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
415415
416416## ` bf qnamaker `
417417
418- QnA Maker CLI (Preview version)
418+ QnA Maker
419419
420420```
421421USAGE
Original file line number Diff line number Diff line change 3636
3737## ` bf qnamaker `
3838
39- QnA Maker CLI (Preview version)
39+ QnA Maker
4040
4141```
4242USAGE
Original file line number Diff line number Diff line change 11import { Command , flags } from '@microsoft/bf-cli-command'
22
33export default class QnamakerIndex extends Command {
4- static description = 'QnA Maker CLI (Preview version) '
4+ static description = 'QnA Maker'
55
66 static flags : flags . Input < any > = {
77 help : flags . help ( { char : 'h' , description : 'Display QnA Maker CLI available commnads' } ) ,
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ export default class QnamakerUpdateIndex extends Command {
55
66 static flags : flags . Input < any > = {
77 help : flags . help ( { char : 'h' , description : 'display qnamaker:update available commands' } ) ,
8-
98 }
109
1110 async run ( ) {
You can’t perform that action at this time.
0 commit comments