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

Autocomplete implemented. #148

Merged
merged 2 commits into from
Dec 18, 2023
Merged

Autocomplete implemented. #148

merged 2 commits into from
Dec 18, 2023

Conversation

janosmurai
Copy link
Contributor

@janosmurai janosmurai commented Dec 14, 2023

Type Of Change

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Any modification in the test cases
  • Any modification in the documentation

Checklist:

  • I have read and followed the contribution guideline.
  • I have checked to ensure there aren't other open Pull Requests for the same update/change.
  • All the test cases pass and new modifications in the production code are 100% covered.
  • I have made corresponding changes to the documentation.

Related Issue

Closing:
#110
DEM-31

Description

Autocomplete for all the DEM commands:

  • All the options (flags) - provided by typer.
  • The local Dev Env names.
  • The Catalog names.
  • The Registry names.

How Has This Been Tested?

New test cases have been added.

Tested on Ubuntu 22.04 with zsh and Debian 11 with bash.

    * Annotated paramters used for command creation.
    * Platform gets initialized in the __main__.py@main()
@janosmurai janosmurai requested a review from a team as a code owner December 14, 2023 18:26
@janosmurai janosmurai merged commit c49588c into main Dec 18, 2023
1 check passed
@janosmurai janosmurai deleted the DEM-31 branch December 18, 2023 10:24
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

Successfully merging this pull request may close these issues.

2 participants