@@ -495,17 +495,18 @@ poetry install
495495
496496To generate a * README.md* file, use the ` readmeai ` command in your terminal, along with the arguments below.
497497
498- | Short Flag | Long Flag | Description | Status |
499- | ------------| ----------------| -----------------------------------------------------| --------------|
500- | ` -k ` | ` --api-key ` | Your language model API secret key. | Optional |
501- | ` -b ` | ` --badges ` | Select 'shields' or 'square' to change badge style. | Optional |
502- | ` -f ` | ` --offline-mode ` | Run offline without calling the OpenAI API. | Optional |
503- | ` -m ` | ` --model ` | Large language model engine (gpt-3.5-turbo) | Optional |
504- | ` -o ` | ` --output ` | The output path for your README.md file. | Optional |
505- | ` -r ` | ` --repository ` | The URL or path to your code repository. | Required |
506- | ` -t ` | ` --temperature ` | The temperature (randomness) of the model. | Optional |
507- | ` -l ` | ` --language ` | The language of text to write README in. | Coming Soon! |
508- | ` -s ` | ` --style ` | The README template style to build. | Coming Soon! |
498+ | Short Flag | Long Flag | Description | Type | Status |
499+ | ------------| ------------------| -----------------------------------------------------| -------------| --------------|
500+ | ` -k ` | ` --api-key ` | Your language model API secret key. | String | Optional |
501+ | ` -b ` | ` --badges ` | Select 'shields' or 'square' to change badge style. | String | Optional |
502+ | ` -e ` | ` --emojis ` | Add emojis to your README.md file heading sections | Boolean | Optional |
503+ | ` -f ` | ` --offline-mode ` | Run offline without calling the OpenAI API. | Boolean | Optional |
504+ | ` -m ` | ` --model ` | Large language model engine (gpt-3.5-turbo) | String | Optional |
505+ | ` -o ` | ` --output ` | The output path for your README.md file. | Path/String | Optional |
506+ | ` -r ` | ` --repository ` | The URL or path to your code repository. | URL/String | Required |
507+ | ` -t ` | ` --temperature ` | The temperature (randomness) of the model. | Float | Optional |
508+ | ` -l ` | ` --language ` | The language of text to write README in. | String | Coming Soon! |
509+ | ` -s ` | ` --style ` | The README template style to build. | String | Coming Soon! |
509510
510511<br >
511512
0 commit comments