Skip to content

Commit

Permalink
Merge branch 'main' into dep-resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
andriygm committed Sep 5, 2024
2 parents 02244df + b20b193 commit 9e9455f
Show file tree
Hide file tree
Showing 21 changed files with 578 additions and 161 deletions.
174 changes: 156 additions & 18 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 @@ -38,6 +38,7 @@ install-updater = true
async-process = "2.2.3"
async-stream = "0.3.5"
colored = "2.1.0"
fronma = { version = "0.2.0", features = ["toml"] }
getrandom = { version = "0.2.15", features = ["js"] }
polyjuice = { git = "https://github.com/a2-ai/polyjuice" }
serde = { version = "1.0.202", features = ["derive"] }
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Commands:
help Print this message or the help of the given subcommand(s)

Options:
-p, --project-dir <PROJECT_DIR> The directory of the spackle project. Defaults to the current directory [default: .]
-v, --verbose Whether to run in verbose mode
-h, --help Print help
-V, --version Print version
-p, --project <PROJECT_PATH> The spackle project to use (either a directory or a single file). Defaults to the current directory [default: .]
-v, --verbose Whether to run in verbose mode
-h, --help Print help
-V, --version Print version
```

## Project configuration
Expand Down
Loading

0 comments on commit 9e9455f

Please sign in to comment.