stdin-llog

command
v0.0.0-...-559bc9a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2017 License: MIT Imports: 5 Imported by: 0

README

stdin-llog

A simple binary for outputting results from stdin in llog format.

Examples

> echo "2" | stdin-llog 1+1=
~ INFO -- 1+1= -- value="2"
> echo "2" | stdin-llog --key=answer 1+1=
~ INFO -- 1+1= -- answer="2"
> echo "h
> e
> l
> l
> o" | stdin-llog hello
~ INFO -- hello -- value="h"
~ INFO -- hello -- value="e"
~ INFO -- hello -- value="l"
~ INFO -- hello -- value="l"
~ INFO -- hello -- value="o"

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL