We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e35dc4 commit e58ca9cCopy full SHA for e58ca9c
tests/main.test
@@ -25,7 +25,7 @@ Testing missing search and replace argument:
25
26
$ goreplace --mode=replace /dev/null
27
Error: Missing either --search or --replace for this mode
28
-
+ Command: .* (re)
29
[1]
30
31
Testing ignoring missing arguments in template mode:
@@ -311,7 +311,7 @@ Testing with --output but multiple arguments:
311
$ cp test.txt test2.txt
312
$ goreplace -s foobar -r ___xxx test.txt test2.txt --output test.output
313
Error: Only one file is allowed when using --output
314
315
316
317
Testing with source:dest:
0 commit comments