mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-04-27 14:57:42 +00:00
Update README.md
Fix backticks formatted as code
This commit is contained in:
parent
1d64f9df1f
commit
74ac8f92a3
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
[](https://app.circleci.com/pipelines/github/samsonjs/wordexp?branch=main)
|
[](https://app.circleci.com/pipelines/github/samsonjs/wordexp?branch=main)
|
||||||
[](https://codeclimate.com/github/samsonjs/wordexp/maintainability)
|
[](https://codeclimate.com/github/samsonjs/wordexp/maintainability)
|
||||||
|
|
||||||
A Ruby gem for performing shell word expansion using [wordexp][]. It's like [Shellwords][] turned up to 11. Not only does it split taking quotes into account, but it also expands environment variables and tildes, and runs subcommands in \``backticks`\` or `$(dollar parentheses)`.
|
A Ruby gem for performing shell word expansion using [wordexp][]. It's like [Shellwords][] turned up to 11. Not only does it split taking quotes into account, but it also expands environment variables and tildes, and runs subcommands in `` `backticks` `` or `$(dollar parentheses)`.
|
||||||
|
|
||||||
[wordexp]: https://man7.org/linux/man-pages/man3/wordexp.3.html
|
[wordexp]: https://man7.org/linux/man-pages/man3/wordexp.3.html
|
||||||
[Shellwords]: https://ruby-doc.org/stdlib-3.1.0/libdoc/shellwords/rdoc/Shellwords.html
|
[Shellwords]: https://ruby-doc.org/stdlib-3.1.0/libdoc/shellwords/rdoc/Shellwords.html
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue