diff --git a/trustfall_stubgen/Cargo.toml b/trustfall_stubgen/Cargo.toml index 3eb77500..3e52d655 100644 --- a/trustfall_stubgen/Cargo.toml +++ b/trustfall_stubgen/Cargo.toml @@ -16,7 +16,7 @@ name = "trustfall_stubgen" required-features = ["cli"] [features] -default = [] +default = ["cli"] cli = ["dep:clap"] [dependencies] diff --git a/trustfall_stubgen/README.md b/trustfall_stubgen/README.md index cf85cfb4..ccd31baa 100644 --- a/trustfall_stubgen/README.md +++ b/trustfall_stubgen/README.md @@ -3,7 +3,7 @@ Given a Trustfall schema, autogenerate a high-quality Rust adapter stub fully wired up with all types, properties, and edges referenced in the schema. -First, install the CLI with: `cargo install --locked trustfall_stubgen --features cli` +First, install the CLI with: `cargo install --locked trustfall_stubgen` Then generate Trustfall adapter stubs for your schema with: ``` trustfall_stubgen --schema --target