This PR allows trailing comma in the argument list of `simp?`, `dsimp?`, `simpa`, etc... Previously, it was only allowed in the non `?` variants of `simp`, `dsimp`, `simp_all`. Closes #7383.