jgabaut / invil

A Rust implementation of amboso.
https://github.com/jgabaut/amboso
GNU General Public License v3.0
3 stars 0 forks source link

[FEATURE] Handle --strict with init subcommand to respect amboso 2.0 behaviour #127

Closed jgabaut closed 4 months ago

jgabaut commented 5 months ago

As of 0.2.10, the init subcommand will use the passed directory's basename as the target name for the initialised project.

The old behaviour used hello_world for the target binary and HW_ as prefix for compiler arguments.

Steps:

References:

jgabaut commented 4 months ago

This was added with 0.2.11, but I forgot to allow 2.0.6 and thus the earliest working tag with this is 0.2.12.