Skip to content

Commit 06bc78a

Browse files
committed
docs: update CLI command references to use 'ai' instead of 'ai-cli'
- Standardizes the command references across the documentation to reflect the new CLI name 'ai' - Adds a new `--long / --no-long` option to the `ai repo description` command
1 parent 53b7d9d commit 06bc78a

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

docs/help.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# `ai-cli`
1+
# `ai`
22

33
**Usage**:
44

55
```console
6-
ai-cli [OPTIONS] COMMAND [ARGS]...
6+
ai [OPTIONS] COMMAND [ARGS]...
77
```
88

99
**Options**:
@@ -15,12 +15,12 @@ ai-cli [OPTIONS] COMMAND [ARGS]...
1515
- `commit`
1616
- `repo`
1717

18-
## `ai-cli commit`
18+
## `ai commit`
1919

2020
**Usage**:
2121

2222
```console
23-
ai-cli commit [OPTIONS] [PATH]...
23+
ai commit [OPTIONS] [PATH]...
2424
```
2525

2626
**Arguments**:
@@ -34,12 +34,12 @@ ai-cli commit [OPTIONS] [PATH]...
3434
- `--model TEXT`
3535
- `--help`: Show this message and exit.
3636

37-
## `ai-cli repo`
37+
## `ai repo`
3838

3939
**Usage**:
4040

4141
```console
42-
ai-cli repo [OPTIONS] COMMAND [ARGS]...
42+
ai repo [OPTIONS] COMMAND [ARGS]...
4343
```
4444

4545
**Options**:
@@ -51,25 +51,26 @@ ai-cli repo [OPTIONS] COMMAND [ARGS]...
5151
- `description`
5252
- `topics`
5353

54-
### `ai-cli repo description`
54+
### `ai repo description`
5555

5656
**Usage**:
5757

5858
```console
59-
ai-cli repo description [OPTIONS]
59+
ai repo description [OPTIONS]
6060
```
6161

6262
**Options**:
6363

64+
- `--long / --no-long`: [default: no-long]
6465
- `--model TEXT`
6566
- `--help`: Show this message and exit.
6667

67-
### `ai-cli repo topics`
68+
### `ai repo topics`
6869

6970
**Usage**:
7071

7172
```console
72-
ai-cli repo topics [OPTIONS]
73+
ai repo topics [OPTIONS]
7374
```
7475

7576
**Options**:

0 commit comments

Comments
 (0)