Blob Blame History Raw
.TH YTE "1" "July 2022" "" "User Commands"
.SH NAME
.B yte
\(en Process a YAML file given at
.I STDIN
with
.BR YTE ,
and print the result to
.I STDOUT
.SH SYNOPSIS
.B yte
.RB [ \-h ]
.RB [ \-r ]
.SH DESCRIPTION
Process a YAML file given at
.I STDIN
with
.BR YTE ,
and print the result to
.I STDOUT.
.P
.B Note:
if nothing is provided at
.IR STDIN ,
this will wait forever.
.SH OPTIONS
.TP
.B \-h\fR, \fB\-\-help
Show a help message and exit.
.TP
.B \-r\fR, \fB\-\-require\-use\-yte
Require that the document contains a
.in +7n
.EX
.B __use_yte__: true
.EE
.in
statement at the top level.
If the statement is not present or
.BR false ,
return document unprocessed (except removing the
.in +7n
.EX
.B __use_yte__: true
.EE
.in
statement if present)