logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sedparse - parse a sed script and show its JSON

Author

sedparse was written by Aurelio Jargas <aurelio@aurelio.net>.

       This  manual page was written by Marcos Talau <marcos@talau.info> for the Debian project (but may be used
       by others).

sedparse-0.1.2                                     28 Nov 2021                                       sedparse(1)

Description

       Parse a sed script and show its JSON representation in STDOUT.

Name

sedparse - parse a sed script and show its JSON

Options

-h,--help
              Show help message and exit.

       -escript,--expressionscript
              Add the script to the commands to be parsed.

       -fscript-file,--filescript-file
              Add the contents of script-file to the commands to be parsed.

       --full Show full JSON (has empty values).

       -v,--verbose
              Turn on verbose mode.

       -V,--version
              Show program's version number and exit.

Synopsis

sedparse [-h] [-escript] [-fscript-file] [--full] [-v] [-V]

See Also