Closed ericzhang6222 closed 4 years ago
Moved from https://github.com/anz-bank/sysl-go/issues/128 which has been closed.
Current output is:
@> //arrai.info
(date: '2020-07-24T08:09:49Z', git: (commit: '52c577427456bee1754840cbe53455c0809a1e92', tags: {'v0.101.0'}), go: (arch: 'amd64', compiler: (arch: 'amd64', os: 'darwin', version: 'go1.14'), os: 'darwin'), version: 'DIRTY-52c577427456bee1754840cbe53455c0809a1e92 (from v0.101.0)')
@>
And prettified output looks like:
@> //arrai.info
(
date: '2020-07-24T08:09:49Z',
git: (
commit: '52c577427456bee1754840cbe53455c0809a1e92',
tags: {'v0.101.0'}
),
go: (
arch: 'amd64',
compiler: (
arch: 'amd64',
os: 'darwin',
version: 'go1.14'
),
os: 'darwin'
),
version: 'DIRTY-52c577427456bee1754840cbe53455c0809a1e92 (from v0.101.0)'
)
@>
Pretty output will be done by https://github.com/arr-ai/arrai/issues/171#issuecomment-662364599
Suggested output format: