@bazel/buildozer
Advanced tools
Comparing version 5.0.0 to 5.1.0
{ | ||
"name": "@bazel/buildozer", | ||
"description": "A command line tool to rewrite multiple BUILD files using standard commands", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "bin": { |
@@ -124,3 +124,3 @@ # Buildozer | ||
attribute `attr`. If the key was already present, its old value is replaced. | ||
* `dict_delete <attr> <key(s)>`: Deletes the key for the dict attribute `attr`. | ||
* `dict_remove <attr> <key(s)>`: Deletes the key for the dict attribute `attr`. | ||
* `dict_list_add <attr> <key> <value(s)>`: Adds value(s) to the list in the | ||
@@ -127,0 +127,0 @@ dict attribute `attr`. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
34620945