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

oneflow CLI buggy autocompletion #6345

Closed
3 tasks done
dann1 opened this issue Oct 9, 2023 · 0 comments · Fixed by OpenNebula/docs#2710 or OpenNebula/docs#2711
Closed
3 tasks done

oneflow CLI buggy autocompletion #6345

dann1 opened this issue Oct 9, 2023 · 0 comments · Fixed by OpenNebula/docs#2710 or OpenNebula/docs#2711

Comments

@dann1
Copy link
Contributor

dann1 commented Oct 9, 2023

Description

Bash autocompletion generates error output when pressing tab in order to autocomplete parameters.

To Reproduce

  • Write any oneflow, like oneflow, command (tab works here to autocomplete command name)
  • Write a subcommand, like delete (tab works here to autocomplete subcommand name)
  • Press Tab
root@opennebula-frontend:~# oneflow delete invalid option: --no-header
/invalid option: --no-header

Expected behavior
Autocomplete with instance information, or at least do not autocomplete with error messages.

Progress Status

  • Code committed
  • Testing - QA
  • Documentation (Release notes - resolved issues, compatibility, known issues)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment