File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,7 @@ Buildozer supports the following commands(`'command args'`):
89
89
* ` add <attr> <value(s)> ` : Adds value(s) to a list attribute of a rule. If a
90
90
value is already present in the list, it is not added.
91
91
* ` new_load <path> <[to=]from(s)> ` : Add a load statement for the given path,
92
- importing the symbols. Before using this, make sure to run
93
- ` buildozer 'fix movePackageToTop' ` . Afterwards, consider running
94
- ` buildozer 'fix unusedLoads' ` .
92
+ importing the symbols. Afterwards, consider running ` buildozer 'fix unusedLoads' ` .
95
93
* ` replace_load <path> <[to=]from(s)> ` : Similar to ` new_load ` , but removes
96
94
existing load statements for the requested symbols before adding new loads.
97
95
* ` substitute_load <old_regexp> <new_template> ` Replaces modules of loads which
You can’t perform that action at this time.
0 commit comments