Skip to content

Commit a243355

Browse files
committed
Note about '@'
1 parent 3a1f3f2 commit a243355

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ For example, you can: Easily affix all html strings with @lang directive in temp
141141
in another words:
142142
```
143143
hsa replace -folder="[Path/To/Your/Folder]" -allowed="[Allowed, File, Extensions]" -prefix="[StringToPrepend]" -suffix="[StringToAppend]"
144-
```
144+
```
145+
*Note: Keep in mind that "@" character is not a part of default ignore or warning chars, you need to specify it via config file*
145146

146147
#### Force replace
147148
If you use git and have uncommitted changes, it is recommended to first commit or stash them and after run replace command, so hsa will ask you about it on every run. If you already tested the tool and you know what are you doing, you can use *-force* parameter to skip that prompt.

0 commit comments

Comments
 (0)