You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/05/07 17:01:00 UTC

[jira] [Commented] (KARAF-6849) ShellTable no format rendering is not the same on Windows and Unix

    [ https://issues.apache.org/jira/browse/KARAF-6849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17340939#comment-17340939 ] 

ASF GitHub Bot commented on KARAF-6849:
---------------------------------------

vassilz opened a new pull request #1374:
URL: https://github.com/apache/karaf/pull/1374


   Changed to use '\t' as default separator for no-format shell tables also on non-unicode shells, to make the no-format output consistent.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> ShellTable no format rendering is not the same on Windows and Unix
> ------------------------------------------------------------------
>
>                 Key: KARAF-6849
>                 URL: https://issues.apache.org/jira/browse/KARAF-6849
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf
>            Reporter: Jean-Baptiste Onofré
>            Priority: Major
>
> The shell table output with no format enabled is not exactly the same on Unix and Windows.
> On Windows, we have:
> {code:java}
> karaf@root()> feature:version-list --no-format foo
> 1.0.0          |            | mvn:foo/features/1.0.0/xml{code}
> On Unix, we have:
> {code:java}
> karaf@root()> feature:version-list --no-format foo
> 1.0.0                   mvn:foo/features/1.0.0/xml {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)