Azure / azure-cli

Azure Command-Line Interface
MIT License
4.03k stars 3k forks source link

az cli interactive line wrapping #11381

Open exFalso opened 4 years ago

exFalso commented 4 years ago

This is autogenerated. Please review and update as needed.

Describe the bug

Command Name az anything

Errors:

no errors

To Reproduce:

Input any long command

Expected Behavior

Command lines should be wrapped, but instead they are side-scrolled

Environment Summary

Linux-5.3.11-arch1-1-x86_64-with-arch
Python 3.6.8
Shell: bash

azure-cli 2.0.76

Extensions:
interactive 0.4.3

Additional Context

jiasli commented 4 years ago

az interactive internally uses prompt_toolkit. We will investigate whether this issue is related to interactive or prompt-toolkit. Since interactive is still in preview, we are actively working on it.

jiasli commented 4 years ago

We are sorry that we currently don't have bandwidth maintaining the experimental az interactive. Please consider using normal mode instead. Thanks for understanding.

Marking as feature request.