Skip to content

incorrect usage output; apply #20

@clach04

Description

@clach04

Calling without parameters result in:

tinted-builder-rust
Basic usage: tinted-builder-rust apply <SCHEME_NAME>
For more information try --help

See

println!("Basic usage: {} apply <SCHEME_NAME>", REPO_NAME);

I can't see any reference to "apply", I tried using it in case I misunderstood but it does not seem to be a valid option.

Also schema name does not seem to be a valid option either, either with apply or build

>tinted-builder-rust build  chinoiserie_tinted
Error: The theme template config file is missing or not a valid yaml file: chinoiserie_tinted\templates/config.yaml

I suspect:

println!("Basic usage: {}", REPO_NAME);

would be a reasonable, quick fix for this.

Thoughts?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions