Releases: MaestroError/html-strings-affixer
Releases · MaestroError/html-strings-affixer
Updated bin
0.0.2 Created bin bash
Initial release
Initial release
Available commands:
- replace - Main command, which makes replacement of strings
- check - Checks folder and gives report with files and count of found strings
- clear-log - If you use log_folder config, logs are generated. this command clear all log files
Available configs:
// Scanning
Folder_to_scan string `json:"folder"` // both
Allowed_file_types []string // both
Ignore_files_and_folders []string // only json
one_file string // only CLI
// Parse
Ignore_characters []string // only json
Allowed_parse_methods []string // both
// Replace
Prefix_to_set string // both
Suffix_to_set string // both
Force bool // both
// Report
Detailed_report bool // both
// Log
Log_folder string // only JSON