feat: add --open flag (#11)

closes #5
This commit is contained in:
Felix Spöttel
2022-07-01 17:08:53 +02:00
committed by GitHub
parent eaa4022b70
commit 4dfa08bbbc
2 changed files with 10 additions and 2 deletions

View File

@@ -50,6 +50,8 @@ Options:
Clustering algorithm to be used. `optics`
produces tighter clusters but is slower.
Default: dbscan
--open Open the generated visualization in the
default browser automatically.
--help Show this message and exit.
```