Sha256: 16acfcd316113e24a746cde6c024f5aee04fce3f8a18ed0565d4d6bcf4fb4cda
Contents?: true
Size: 987 Bytes
Versions: 6
Compression:
Stored size: 987 Bytes
Contents
# ronin-quote 1 "May 2022" Ronin "User Manuals" ## 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`, `--file` *FILE* Optional file to process. `--string` *STRING* 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` JavaScript quotes the data. `-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> ## SEE ALSO ronin-unquote(1)
Version data entries
6 entries across 6 versions & 1 rubygems