From 8eb87ef0b6d0001c99f78b14b9fae4057adcf443 Mon Sep 17 00:00:00 2001 From: Petr Grabovoy Date: Fri, 3 Jun 2016 03:02:08 +0300 Subject: [PATCH] README changes --- README.md | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/README.md b/README.md index 43cb916..7039f9f 100644 --- a/README.md +++ b/README.md @@ -51,25 +51,7 @@ Output: ### /CMD * **/vdt - toggle ui** -* **/vdd ** - add variable to the list. will search in _G - -Can use . to select object in some other object - -For example: -/vdt ViragDevTool.myvar will add myvar to the list if it exists - -* **/vdt find [someString] [optional parent]** - -will try to find every variable that has searched someString - -For example: -/vdt find Frame will list all the objects in _G that have "Frame" in their name -/vdt find Frame ViragDevTool will list vars with Frames in their name but only for ViragDevTool - -* **/vdt startswith [someString] [optional parent]** - -Same as for "/vdt find" but will look only prefix of variable names -find searches for \*someString\* and startswith searches for someString\* +* **/vdt help - for everything else** ### Other functionality * **Clicking on table name** will expand and show its children -- 1.7.9.5