attack_range
attack_range copied to clipboard
fixing bug with cli
tiny thing were the cli args are not considered for replay
This is mostly good, but CANNOT delete data from internal indexes because the user account does not have access to them. For example, we cannot delete from _audit when the -tdd flag is given to replay. Currently, this fails silently. We should either throw an error when -tdd is given (and the index is an internal one, prefixed with a _) or we should change the user permissions to have access to internal indexes.
assuming this is no longer an issue with attack_range 3