Commit 759f0bb
authored
fix(checksum-sort): update example usage and improve sorting functionality (#647)
* fix(checksum-sort): update example usage and improve sorting functionality
- Changed example usage in error messages to reflect the correct filter file.
- Simplified temporary file naming for consistency.
- Enhanced sorting functionality to utilize Rust-based FOP CLI, with error handling for missing dependencies.
- Improved logging for sorting process and error messages.
These changes streamline the script's functionality and improve user guidance.
* fix(checksum-sort): update example usage in error messages
- Changed example filter file in usage messages from 'combined-filters.txt' to 'ultralist.txt' for accuracy.
- Updated help message examples to reflect the correct usage of the script.
These changes enhance user guidance and ensure clarity in script usage.1 parent 02125e3 commit 759f0bb
1 file changed
+29
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | 158 | | |
179 | | - | |
180 | | - | |
| 159 | + | |
181 | 160 | | |
182 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
183 | 188 | | |
184 | 189 | | |
185 | 190 | | |
| |||
0 commit comments