Skip to content

Commit dd8e6c1

Browse files
committed
chore: remove useless parameters
1 parent ef2b143 commit dd8e6c1

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

src/aaz_dev/cli/api/_cmds.py

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -208,33 +208,6 @@ def generate_by_swagger_tag(profile, swagger_tag, extension_or_module_name, cli_
208208
expose_value=False,
209209
help="Local path of azure-cli repo. Only required when generate code to azure-cli repo."
210210
)
211-
@click.option(
212-
"--cli-extension-path", '-e',
213-
type=click.Path(file_okay=False, dir_okay=True, writable=True, readable=True, resolve_path=True),
214-
default=Config.CLI_EXTENSION_PATH,
215-
callback=Config.validate_and_setup_cli_extension_path,
216-
expose_value=False,
217-
hidden=True,
218-
help="The local path of azure-cli-extension repo. Only required when generate code to azure-cli-extension repo."
219-
)
220-
@click.option(
221-
"--swagger-path", '-s',
222-
type=click.Path(file_okay=False, dir_okay=True, readable=True, resolve_path=True),
223-
default=Config.SWAGGER_PATH,
224-
callback=Config.validate_and_setup_swagger_path,
225-
expose_value=False,
226-
hidden=True,
227-
help="The local path of azure-rest-api-specs repo. Official repo is https://github.com/Azure/azure-rest-api-specs"
228-
)
229-
@click.option(
230-
"--aaz-path", '-a',
231-
type=click.Path(file_okay=False, dir_okay=True, writable=True, readable=True, resolve_path=True),
232-
default=Config.AAZ_PATH,
233-
callback=Config.validate_and_setup_aaz_path,
234-
expose_value=False,
235-
hidden=True,
236-
help="The local path of aaz repo."
237-
)
238211
@click.option(
239212
"--spec", "-s",
240213
required=True,

0 commit comments

Comments
 (0)