-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introducing flag to unescape subst string
- This introduces the -S / --subst-escapes flag which will unescape the substitution string prior to performing the substitution. - Allows to work without the help of a shell or with shells incapable of passing substitution string arguments with certain special characters. - Special characters implemented are \t, \n, \r, '\ ' (blank space), \", \$, \', \\, \` - Added test cases for the newly added code. - Bumped the version number in Cargo.toml - Ran 'cargo fmt' on the code
- Loading branch information
Showing
1 changed file
with
143 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters