Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit c118c01

Browse files
committed
Fixing badges in readme files
1 parent ef30581 commit c118c01

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import {Command, flags} from '@microsoft/bf-cli-command'
2+
3+
export default class LuisIndex extends Command {
4+
static description = 'Convert, translate luis/lu files or generate source code'
5+
6+
static flags = {
7+
help: flags.help({char: 'h', description: 'Display Luis available commnads'}),
8+
}
9+
10+
async run() {
11+
this._help()
12+
}
13+
}

0 commit comments

Comments
 (0)