package
0.0.2
Repository: https://github.com/y-bash/go-gaga.git
Documentation: pkg.go.dev

# README

Vert

Wecho is an echo command that writes utf-8 text to standard output.

The Windows echo command usually writes cp932 text to standard output in the Japanese locale, which causes garbled characters when piped to a program written in Golang. Wecho is provided to solve this problem.

Wecho also converts the sequence of \n in command line argument to the newline character.

Usage:

wecho [flags] [text]

The flags are:

-v
	Show version
-h
	Show help

Examples:

> wecho 閑さや\n岩にしみ入る\n蝉の声
閑さや
岩にしみ入る
蝉の声