mirror of
https://github.com/kairos-io/provider-kairos.git
synced 2025-08-30 13:08:59 +00:00
With the upgrade of the cli pkg, making flags required is very simple, it just needs an attribute `required: true` Fixes https://github.com/kairos-io/kairos/issues/375 ⚠️ breaking UX change > In v2 flags must come before args. This is more POSIX-compliant. You may need to update scripts, user documentation, etc. This means that ``` provier-kairos command ARG FLAG ``` is no longer valid, but I still think the change is worth it because like the documentation says, the CLI will be more POSIX-compliant Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> Signed-off-by: GitHub <noreply@github.com> Co-authored-by: ci-robbot [bot] <105103991+ci-robbot@users.noreply.github.com> Co-authored-by: mudler <mudler@users.noreply.github.com> |
||
---|---|---|
.. | ||
bridge.go | ||
config_suite_test.go | ||
config_test.go | ||
recovery_linux.go | ||
recovery_windows.go | ||
recovery.go | ||
register.go | ||
rotate.go | ||
start.go |