Page MenuHomeVyOS Platform

Broken Show Tab Complete
Closed, ResolvedPublicBUG

Description

It looks like the tab complete in 1.4 is a bit broken for the show command; for example, here's what happens when I try to tab complete with 1 tab

trae@cr01a-vyos:~$ show protocols 
Possible completions:
  bfd
  static

If you notice, it does not show my shell prompt again, it leaves my cursor hanging at the end of the last line above. and if use a double-tab it does:

trae@cr01a-vyos:~$ show protocols 
Possible completions:
  bfd
  static

Possible completions:
  bfd
  static

      
trae@cr01a-vyos:~$ show protocols

The correct behavior can be seen in 1.3 with 1 tab

trae@cr01a-vyos:~$ show protocols 
Possible completions:
  bfd
  static

      
trae@cr01a-vyos:~$ show protocols

Details

Difficulty level
Normal (likely a few hours)
Version
1.4-rolling-202105210417
Why the issue appeared?
Design mistake
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)

Event Timeline

c-po changed the task status from Open to In progress.May 24 2021, 9:01 AM
c-po claimed this task.
c-po triaged this task as Normal priority.
c-po added a project: VyOS 1.3 Equuleus.
c-po changed Why the issue appeared? from Will be filled on close to Design mistake.
c-po moved this task from Need Triage to Finished on the VyOS 1.4 Sagitta board.
c-po moved this task from Need Triage to Finished on the VyOS 1.3 Equuleus board.
SrividyaA set Issue type to Bug (incorrect behavior).Aug 31 2021, 5:57 PM