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

sonic-cli-gen config update description #3218

Open
dudu574 opened this issue Mar 15, 2024 · 0 comments
Open

sonic-cli-gen config update description #3218

dudu574 opened this issue Mar 15, 2024 · 0 comments

Comments

@dudu574
Copy link

dudu574 commented Mar 15, 2024

change sonic-cli-gen config update description

Steps to reproduce the issue

  1. Get sonic-yang models.
  2. Generate python codes automatically and try config command.
  3. Result is:
    Options:
    -?, -h, --help Show this message and exit.

Commands:
add Add object in ***.
delete Delete object in ***.
update Add object in ***.

Describe the results you received

This is since utils' sonic-utilities-data/templates/sonic-cli-gen/config.py.j2 uses wrong description.

Describe the results you expected

Options:
-?, -h, --help Show this message and exit.

Commands:
add Add object in ***.
delete Delete object in ***.
update Update object in ***.

Additional information you deem important (e.g. issue happens only occasionally)

Output of show version

(paste your output here)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant