Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[BUG] `tele ls --format short` reports "[ERROR]: unknown output format "short", supported are: [text short json yaml]" #1816
Comments
|
Aside: the error message providing the accepted formats is good UX. We re-implement this error a couple times. It'd be good to make sure all the following tell the end user what the acceptable formats are.
|
Describe the bug
Expected behavior
I expect the --help documentation and error message to match the behavior. Short should be removed as an format option, or work properly when provided.
Environment (please complete the following information):
Additional Info
--format shortisn't anywhere in the online documentation