Skip to content

Commit 654e370

Browse files
committed
Upd readme
1 parent 48fe3d9 commit 654e370

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ things-prompt -n localhost -u admin -p pass -s //clone import /tmp/dump.mp
4646
```
4747
usage: things-prompt [-h] [--node NODE] [--port PORT] [--user USER]
4848
[--password PASSWORD] [--token TOKEN] [--scope SCOPE]
49-
[--timeout TIMEOUT] [--ssl] [--version]
49+
[--timeout TIMEOUT] [--ssl] [--hide-connection-info]
50+
[--style {dracula,monokai,colorful,friendly,vim,none}]
51+
[--version]
5052
{export,import} ...
5153
5254
positional arguments:
@@ -67,6 +69,10 @@ optional arguments:
6769
set the initial scope
6870
--timeout TIMEOUT connect and query timeout in seconds
6971
--ssl enable secure connection (SSL/TLS)
72+
--hide-connection-info
73+
no address and port info in prompt
74+
--style {dracula,monokai,colorful,friendly,vim,none}
75+
syntax highlighting style or none for disabled
7076
--version print version and exit
7177
```
7278
### Help export

0 commit comments

Comments
 (0)