generated from alecodes/base-template
feat: allow to read a configuration file
This commit is contained in:
parent
6ac6c2c178
commit
fe5ae0de75
6 changed files with 86 additions and 62 deletions
|
|
@ -4,4 +4,4 @@ dev:
|
|||
cargo run --bin cli -- query "SELECT * FROM sources;"
|
||||
|
||||
build-schema:
|
||||
cargo run --bin cli -- discover -o examples/schema.toml
|
||||
cargo run --bin cli -- discover -c examples/schema.toml -o examples/schema.toml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue