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

Commit 7169bf4

Browse files
committed
Fixing main readme.md
1 parent abc5560 commit 7169bf4

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The following commands are currently available:
1010
* [Chatdown](https://github.com/microsoft/botframework-cli/tree/master/packages/cli#bf-chatdown)
1111
* [QnAMaker](https://github.com/microsoft/botframework-cli/tree/master/packages/cli#bf-qnamaker)
1212
* [Config](https://github.com/microsoft/botframework-cli/tree/master/packages/cli#bf-config)
13-
* [Luis](https://github.com/microsoft/botframework-cli/tree/master/packages/cli#bf-luis)
13+
* [Luis](https://github.com/microsoft/botframework-cli/tree/emimunoz/luis/packages/cli#bf-luis)
1414

1515
## Plugin Architecture
1616
BF CLI is based on [OClif](https://github.com/oclif/oclif) Framework and inherits its command line parsing style, and plugin architecture.

packages/cli/README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,12 @@ botframework-cli
77
[![License](https://img.shields.io/npm/l/@microsoft/botframework-cli)](https://github.com/microsoft/botframework-cli/blob/master/packages/cli/package.json)
88

99
# Usage
10-
<!-- usage -->
10+
1111
```sh-session
1212
$ npm install -g @microsoft/botframework-cli
13-
$ bf COMMAND
14-
running command...
15-
$ bf (-v|--version|version)
16-
@microsoft/botframework-cli/1.0.0 darwin-x64 node-v12.1.0
17-
$ bf --help [COMMAND]
18-
USAGE
19-
$ bf COMMAND
20-
...
13+
2114
```
22-
<!-- usagestop -->
15+
2316
# Commands
2417
<!-- commands -->
2518
* [`bf `](#bf-)

0 commit comments

Comments
 (0)