Skip to content

Commit

Permalink
Refactored. Added the automatic help and obsws url
Browse files Browse the repository at this point in the history
  • Loading branch information
g committed Nov 20, 2023
1 parent 03ccb9f commit 5987395
Show file tree
Hide file tree
Showing 4 changed files with 229 additions and 238 deletions.
237 changes: 104 additions & 133 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ rust-version = "1.70.0"
name = "obs-cmd"

[dependencies]
anyhow = "1.0.71"
tokio = { version = "1.28.1", features = ["rt-multi-thread", "macros"] }
obws = "0.11.0"
toml = "0.7.4"
dirs = "5.0.1"
clap = { version = "4.4.8", features = ["derive"] }


1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ obs-cmd virtualcam start
obs-cmd replay toggle
obs-cmd replay save
obs-cmd info
obs-cmd --obsws obsws://localhost:4455/secret info # You can override the default `obsws` url
```

### Installation
Expand Down
Loading

0 comments on commit 5987395

Please sign in to comment.