reload: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
;reload (all | <names>) | ;reload (all | <names>) | ||
:<names> | :<names> | ||
| Line 16: | Line 16: | ||
|align=center|reload <names> | |align=center|reload <names> | ||
|Reload control and [[:Category:Tables|tables]] files that match the specified list of names. | |Reload control and [[:Category:Tables|tables]] files that match the specified list of names. | ||
|- | |- | ||
|align=center|reload all except <names> | |align=center|reload all except <names> | ||
|Reload all control and [[:Category:Tables|tables]] files except those that match the specified list of names. | |Reload all control and [[:Category:Tables|tables]] files except those that match the specified list of names. | ||
|} | |} | ||
:The following example will reload all control files inside the 'control' folder. | :The following example will reload all control files inside the 'control' folder. | ||
reload control | reload control | ||
[[Category:Console Command]] | [[Category:Console Command]] | ||
Revision as of 16:30, 29 March 2021
- reload (all | <names>)
- Reload control and tables files.
| Command | Description |
|---|---|
| reload all | Reload all control and tables files. |
| reload <names> | Reload control and tables files that match the specified list of names. |
| reload all except <names> | Reload all control and tables files except those that match the specified list of names. |
- The following example will reload all control files inside the 'control' folder.
reload control