cli: autocompletion for schema is wrong
Bug #1979547 reported by
Alberto Contreras
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cloud-init |
Fix Released
|
Medium
|
Unassigned |
Bug Description
The schema command was moved from the devel sub-command to the main one, but the autocompletion functionality still behaves as it would be under devel.
Steps to reproduce:
```sh
lxc launch ubuntu-daily:jammy jj
lxc shell jj
root@jj:~# cloud-init sch (Press TAB)
root@jj:~# cloud-init devel (Press twice TAB)
--help hotplug-hook net-convert schema
root@jj:~# cloud-init --version
/usr/bin/cloud-init 22.2-0ubuntu1~
```
Changed in cloud-init: | |
status: | New → Triaged |
importance: | Undecided → Medium |
tags: | added: bitesize |
To post a comment you must log in.
See https:/ /github. com/canonical/ cloud-init/ pull/1543