You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksandr (Jira)" <ji...@apache.org> on 2023/04/05 09:49:00 UTC

[jira] [Created] (IGNITE-19232) Ensure consistent output formatting for CLI commands

Aleksandr created IGNITE-19232:
----------------------------------

             Summary: Ensure consistent output formatting for CLI commands
                 Key: IGNITE-19232
                 URL: https://issues.apache.org/jira/browse/IGNITE-19232
             Project: Ignite
          Issue Type: Improvement
          Components: cli
            Reporter: Aleksandr
         Attachments: Screenshot 2023-04-05 at 13.30.45.png

Currently, some CLI commands put an empty line after the output, while others do not. This inconsistency in formatting can lead to confusion for users and detract from the overall user experience. For example, when running "cluster topology physical", an empty line is displayed after the output, while "cluster topology physical --plain" does not provide an empty string (see the screenshot).

It is suggested to ensure that all CLI commands put an empty line after the output. This should be implemented for all relevant commands to ensure consistency across the CLI.

It would be nice to add automated tests for this case.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)