David Bernard

Results 105 comments of David Bernard

introduction of type for value is made as part of 2.x it's breaking change because - in 1.x when a user respond to prompt with - `true` the value becomes...

It's a feature on my TODO list since the start. I never work on it due to priority and some issues & questions (your point of view is welcome): -...

Hi, The ffizer 2.x (beta currently) include a basic support for commands: like ``` yaml scripts: - cmd: | {{#if (eq (env_var "OS") "windows") }} echo Hello {{ who }}>...

Welcome to Rust Land FYI the pre-built binaries are available under github/release or you can update you local ffizer with `ffizer upgrade`. If you compile from source, you can use...

I have an other rust template but more specialized at https://gitlab.com/davidB31/cg-starter-multi-rust I have duplication between them, after release of the version 2 I plan to remove duplication and to re-create...

Thanks for reporting, I'll take a look

done via `ffizer test-samples` but need to write more documentation - [X] cli help - [X] tutorial - [ ] specification - [ ] how-to

do not forgot to try `master` or `main` also now

@mockersf it is not useful in this case, because it creates/cache one clone per revision - ffizer need to know it before cloning, - ffizer need to know it before...

I'll take a look how to handle this case with libgit2 (via git2-rs) for the git operation.