will-sh commented on PR #10348:
URL: https://github.com/apache/ozone/pull/10348#issuecomment-4534696950

   Thanks for review @smengcl @adoroszlai .
   I found a few more issues:
   1. Found a bug the tab completion in ozone interactive works for the first 
token (sh, s3, …) but not for deeper tokens (sh vol, sh vol create). 
   Created following task to fix it:
   https://issues.apache.org/jira/browse/HDDS-15354
   2. Should we remove or dynamically adapt the horizontal divider created by 
the ozone interactive command?
   Currently, the divider line is static. When a user changes their terminal 
window size, it causes rendering issues (either ugly line-wrapping or 
truncation). Removing it or making it responsive to the terminal width would 
fix this UI artifact. (It might need a new jira)
   ```
   bash-5.1$ ozone interactive
   ozone> 
   
───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to