add missing "circle" commands

Layton B 2022-04-20 12:22:31 +01:00
parent 427544b0f6
commit b18fc22ccc
1 changed files with 9 additions and 1 deletions

@ -72,7 +72,15 @@ These commands are only available if the Markers Component has been enabled (v0.
* `/dmarker listareas` : list details of all areas
* `/dmarker updatearea <label> <arg>:<value> ...` : update attributes of area with given label
* `/dmarker updatearea <id> <arg>:<value> ...` : update attributes of area with given ID
* `/dmarker updatearea <id> label:<label> newlabel:<newlabel>` : update marker label of area with given ID
* `/dmarker updatearea <id> label:<label> newlabel:<newlabel>` : update marker label of area with given ID
* `/dmarker addcircle <label>` : add new circle with given label using corner list
* `/dmarker addcircle id:<id> <label>` : add new circle with given ID using corner list
* `/dmarker deletecircle <label>` : delete circle with given label
* `/dmarker deletecircle id:<id> <label>` : delete circle with given ID
* `/dmarker listcircles` : list details of all circles
* `/dmarker updatecircle <label> <arg>:<value> ...` : update attributes of circle with given label
* `/dmarker updatecircle <id> <arg>:<value> ...` : update attributes of circle with given ID
* `/dmarker updatecircle <id> label:<label> newlabel:<newlabel>` : update marker label of circle with given ID
* `/dmarker addline <label>` : add new line with given label using corner list
* `/dmarker addline id:<id> <label>` : add new line with given ID using corner list
* `/dmarker deleteline <label>` : delete line with given label