Skip to content

Commit

Permalink
Merge pull request #173 from baszalmstra/feat/use_deno_task_shell
Browse files Browse the repository at this point in the history
feat: use deno task shell to execute commands
  • Loading branch information
tdejager authored Jul 7, 2023
2 parents 871ed73 + 0c5b999 commit 72656ef
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 196 deletions.
51 changes: 51 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ clap = { version = "4.2.4", default-features = false, features = ["derive", "usa
clap-verbosity-flag = "2.0.1"
clap_complete = "4.2.1"
console = { version = "0.15.5", features = ["windows-console-colors"] }
deno_task_shell = { git = "https://github.com/prefix-dev/deno_task_shell" }
dirs = "5.0.1"
dunce = "1.0.4"
futures = "0.3.28"
Expand Down
Loading

0 comments on commit 72656ef

Please sign in to comment.