mirror of
https://github.com/block/goose.git
synced 2026-04-28 03:29:36 +00:00
feat: add OAuth provider abstraction for CLI configuration (#3157)
Signed-off-by: Adam Tarantino <tarantino.adam@gmail.com>
This commit is contained in:
parent
90ef14979d
commit
c2f08557af
6 changed files with 191 additions and 39 deletions
|
|
@ -61,7 +61,7 @@ As you make changes to the rust code, you can try it out on the CLI, or also run
|
|||
cargo check # do your changes compile
|
||||
cargo test # do the tests pass with your changes
|
||||
cargo fmt # format your code
|
||||
./scripts/clippy-lint # run the linter
|
||||
./scripts/clippy-lint.sh # run the linter
|
||||
```
|
||||
|
||||
### Node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue