Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kiota plugin generate option --r should be -r #5240

Closed
darrelmiller opened this issue Aug 26, 2024 · 0 comments · Fixed by #5243
Closed

kiota plugin generate option --r should be -r #5240

darrelmiller opened this issue Aug 26, 2024 · 0 comments · Fixed by #5243
Assignees
Labels
type:bug A broken experience WIP
Milestone

Comments

@darrelmiller
Copy link
Member

What are you generating using Kiota, clients or plugins?

Kiota plugin

In what context or format are you using Kiota?

Nuget tool

Client library/SDK language

None

Describe the bug

From the cmdline help

kiota plugin generate -h
Description:
  Generates one or all plugin from the Kiota configuration

Usage:
  kiota plugin generate [options]

Options:
  --plugin-name, --pn <plugin-name>                                        The name of the plugin to manage
  --ll, --log-level <Critical|Debug|Error|Information|None|Trace|Warning>  The log level to use when logging messages to the main output. [default: Warning]
  --r, --refresh                                                           Refreshes the client OpenAPI description before generating the client
  -?, -h, --help                                                           Show help and usage information
  

Expected behavior

The --r command should be -r

How to reproduce

kiota plugin generate -h

Open API description file

No response

Kiota Version

1.18.0-preview.202408220001+9b943845ea8e90b3d5d7d4ee30b4fee0f9d36ab1

Latest Kiota version known to work for scenario above?(Not required)

No response

Known Workarounds

No response

Configuration

No response

Debug output

Click to expand log ```
</details>


### Other information

_No response_
@darrelmiller darrelmiller added type:bug A broken experience status:waiting-for-triage An issue that is yet to be reviewed or assigned labels Aug 26, 2024
@baywet baywet self-assigned this Aug 26, 2024
@baywet baywet removed the status:waiting-for-triage An issue that is yet to be reviewed or assigned label Aug 26, 2024
@baywet baywet added this to the Kiota v1.18 milestone Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug A broken experience WIP
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

5 participants
@darrelmiller @baywet and others