Sha256: 4b41185b843596e540566015b1d33005ca89f24dc9a3895fed71395f0f037fc7
Contents?: true
Size: 1.08 KB
Versions: 2
Compression:
Stored size: 1.08 KB
Contents
# ronin-quote 1 "2023-02-01" Ronin "User Manuals" ## 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`, `--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` : 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> ## SEE ALSO [ronin-unquote](ronin-unquote.1.md)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ronin-2.1.0 | man/ronin-quote.1.md |
ronin-2.1.0.rc1 | man/ronin-quote.1.md |