NAME
ronin-quote - Produces quoted a string for a variety of programming languages
SYNOPSIS
ronin quote [options] [FILE …]
DESCRIPTION
Produces quoted a string for a variety of programming languages.
ARGUMENTS
- FILE
- The optional file to read and process. If no FILE arguments are given,
input will be read from
stdin.
OPTIONS
-f,--fileFILE- Optional file to process.
--stringSTRING- Optional string to process.
-M,--multiline- Process each line separately.
-n,--keep-newlines- Preserves newlines at the end of each line.
-X,--hex- Quotes the data as a Hex string.
-c,--c- Quotes the data as a C string.
-j,--js- Quotes the data as a JavaScript string.
-S,--shell- Quotes the data as a Shell string.
-P,--powershell- Quotes the data as a PowerShell string.
-R,--ruby- Quotes the data as a Ruby string.
-h,--help- Print help information.
AUTHOR
Postmodern postmodern.mod3@gmail.com