Issue: Shell completion generates scripts for ocm instead of ocm-aus
Description
The command ocm-aus completion <shell> is intended to generate shell autocompletion scripts for the ocm-aus binary. However, the resulting output currently generates completion logic for the ocm command instead. This prevents autocompletion from functioning correctly for ocm-aus users.
Steps to Reproduce
- Open your terminal.
- Run the completion command for your preferred shell (e.g., zsh):
Environment
- Binary:
ocm-aus
- Version: aus CLI 0.9.0, commit ef6a2ab
- OS: Fedora Linux 43
- Shell: zsh
Issue: Shell completion generates scripts for
ocminstead ofocm-ausDescription
The command
ocm-aus completion <shell>is intended to generate shell autocompletion scripts for theocm-ausbinary. However, the resulting output currently generates completion logic for theocmcommand instead. This prevents autocompletion from functioning correctly forocm-aususers.Steps to Reproduce
Environment
ocm-aus