← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1979547] [NEW] cli: autocompletion for schema is wrong

 

Public bug reported:

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~22.04.2

```

** Affects: cloud-init
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1979547

Title:
  cli: autocompletion for schema is wrong

Status in cloud-init:
  New

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~22.04.2

  ```

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1979547/+subscriptions



Follow ups