private_arguments
option should raise an error if the given arguments are not private
#1535
Labels
private_arguments
option should raise an error if the given arguments are not private
#1535
We should also introduce
set_private_argument
that does this same behavior. This is a layer of protection over someone making a private argument public, and then not realizing that some external place setting a private argument could actually be allowing overwriting with input.The text was updated successfully, but these errors were encountered: