Skip to content

Commit

Permalink
- updates the arguments list documenation for clean output
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
  • Loading branch information
baywet committed Mar 14, 2022
1 parent 90d133e commit e20ae7c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/using.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Kiota accepts the following parameters during the generation.
```shell
kiota [--backing-store | -b]
[--class-name | -c]
[--clean-output | -co]
[--deserializer | -ds]
[--language | -l]
[--loglevel | -ll]
Expand All @@ -37,6 +38,14 @@ kiota --backing-store

The class name to use for the core client class. Defaults to `ApiClient`.

### `--clean-output (-co)`

Delete the output directory before generating the client. Defaults to false.

```shell
kiota --clean-output
```

#### Accepted values

The provided name MUST be a valid class name for the target language.
Expand Down

0 comments on commit e20ae7c

Please sign in to comment.