Implement new script reset-posts with argument --mode=query|range.
The query mode resets all posts returned from the input query while the range mode accepts a range like "100..200", which resets the posts starting from id 100, ending with id 200.
Reset means that all tags and sources will be removed from those posts.
Implement new script
reset-posts
with argument--mode=query|range
.The query mode resets all posts returned from the input query while the range mode accepts a range like "100..200", which resets the posts starting from id 100, ending with id 200.
Reset means that all tags and sources will be removed from those posts.