flake8
passed.
JSHint
passed.
Review Request #11365 — Created Jan. 12, 2021 and submitted
This removes the global
sitevariable from rb-site, which defines the
site that a command will operate on. Instead of managing this as a
global, it's now passed toCommand.run(), which can store and operate
on that.This improves testability and cleans up the code.
Tested all commands thoroughly.
| Summary | ID |
|---|---|
| 7c619faaf01aee3e9b0ca4acd3427fea7b2c283b |
| Description | From | Last Updated |
|---|---|---|
|
Typo in description: remoes -> removes |
|
| ~ | This remoes the global | |
| ~ | This removes the global | |
| site that a command will operate on. Instead of managing this as a | ||
global, it's now passed to Command.run(), which can store and operate | ||
| on that. | ||
This improves testability and cleans up the code. |