Lines Matching refs:help
58 # -help
60 set res [catchcmd "-help test.db" ""]
107 [regexp {Enter ".help" for usage hints} $res]
185 } {1 {Error: unknown command or invalid arguments: "foo". Enter ".help" for help}}
188 } {1 {Error: unknown command or invalid arguments: "foo OFF". Enter ".help" for help}}
191 } {1 {Error: unknown command or invalid arguments: "foo OFF". Enter ".help" for help}}
196 } {1 {Error: unknown command or invalid arguments: "foo OFF". Enter ".help" for help}}
199 } {1 {Error: unknown command or invalid arguments: "foo OFF". Enter ".help" for help}}
379 # .help Show this message
381 set res [catchcmd "test.db" ".help"]
382 # look for a few of the possible help commands
383 list [regexp {.help} $res] \
388 # we allow .help to take extra args (it is help after all)
389 set res [catchcmd "test.db" ".help *"]
390 # look for a few of the possible help commands
391 list [regexp {.help} $res] \