I'm playing with Amper, I only have 2 config value...
# amper
r
I'm playing with Amper, I only have 2 config values in settings, both are using their short form, and they already don't match 😄
Copy code
settings:
  compose: enabled
  kover: true
🙏 2
a
Oh, thanks for catching! This was not intended indeed and we’ll fix that.
👍 1
BTW, a bit or context/internal details, in case you are interested: we have rules for the syntactic sugar, so that Amper could automatically offer short forms for the configuration blocks. Right now though we manually add such short forms to the selected pieces of DSL (like
product:
,
compose:
etc). That’s why the discrepancy.
a
fixed in 0.1.4, now short form of kover is
Copy code
settings:
  kover: enabled
👍 2