25 lines
469 B
Groff
25 lines
469 B
Groff
.Dd $Mdocdate$
|
|
.Dt HUG 1
|
|
.Os WSL
|
|
.Sh NAME
|
|
.Nm hug
|
|
.Nd wraps processes and converts binary output to text
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.Ar target
|
|
.Op Ar args...
|
|
.Sh DESCRIPTION
|
|
The
|
|
.Nm
|
|
utility runs a process and emits bytes from standard output to text.
|
|
.Sh EXAMPLES
|
|
WSL's help text is output as binary content, preventing piping to utilities like
|
|
.Xr less 1
|
|
or
|
|
.Xr bat 1 :
|
|
.Pp
|
|
.Dl $ hug wsl --help | less
|
|
.Pp
|
|
.Sh Authors
|
|
.An -nosplit
|
|
.An Valerie Wolfe Aq Mt sleeplessval@gmail.com
|