man/ronin-unquote.1.md in ronin-2.0.5 vs man/ronin-unquote.1.md in ronin-2.1.0.rc1

- old
+ new

@@ -1,7 +1,11 @@ # ronin-unquote 1 "2023-02-01" Ronin "User Manuals" +## NAME + +ronin-unquote - Unquotes a double/single quoted string + ## SYNOPSIS `ronin unquote` [*options*] [*FILE* ...] ## DESCRIPTION @@ -9,50 +13,50 @@ Unquotes a double/single quoted string. ## ARGUMENTS *FILE* - The optional file to read and process. If no *FILE* arguments are given, +: 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. +: Optional file to process. `--string` *STRING* - Optional string to process. +: Optional string to process. `-M`, `--multiline` - Process each line separately. +: Process each line separately. `-n`, `--keep-newlines` - Preserves newlines at the end of each line. +: Preserves newlines at the end of each line. `-X`, `--hex` - Unquotes the Hex string. +: Unquotes the Hex string. `-c`, `--c` - Unquotes the C string. +: Unquotes the C string. `-j`, `--js` - Unquotes the JavaScript String. +: Unquotes the JavaScript String. `-S`, `--shell` - Unquotes the Shell string. +: Unquotes the Shell string. `-P`, `--powershell` - Unquotes the PowerShell String. +: Unquotes the PowerShell String. `-R`, `--ruby` - Unquotes the Ruby String. +: Unquotes the Ruby String. `-h`, `--help` - Print help information. +: Print help information. ## AUTHOR Postmodern <postmodern.mod3@gmail.com> ## SEE ALSO -ronin-quote(1) +[ronin-quote](ronin-quote.1.md) \ No newline at end of file