.\" Text automatically generated by txt2man
.TH sedparse 1 "28 Nov 2021" "sedparse-0.1.2" "Parse a sed script and show its JSON"
.SH NAME
\fBsedparse \fP- parse a sed script and show its JSON
\fB
.SH SYNOPSIS
.nf
.fam C
\fBsedparse\fP [\fB-h\fP] [\fB-e\fP \fIscript\fP] [\fB-f\fP \fIscript-file\fP] [\fB--full\fP] [\fB-v\fP] [\fB-V\fP]
.fam T
.fi
.fam T
.fi
.SH DESCRIPTION
Parse a sed \fIscript\fP and show its JSON representation in STDOUT.
.SH OPTIONS
.TP
.B
\fB-h\fP, \fB--help\fP
Show help message and exit.
.TP
.B
\fB-e\fP \fIscript\fP, \fB--expression\fP \fIscript\fP
Add the \fIscript\fP to the commands to be parsed.
.TP
.B
\fB-f\fP \fIscript-file\fP, \fB--file\fP \fIscript-file\fP
Add the contents of \fIscript-file\fP to the
commands to be parsed.
.TP
.B
\fB--full\fP
Show full JSON (has empty values).
.TP
.B
\fB-v\fP, \fB--verbose\fP
Turn on verbose mode.
.TP
.B
\fB-V\fP, \fB--version\fP
Show program's version number and exit.
.SH AUTHOR
\fBsedparse\fP was written by Aurelio Jargas <aurelio@aurelio.net>.
.PP
This manual page was written by Marcos Talau <marcos@talau.info>
for the Debian project (but may be used by others).