-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When compiled for bare metal, YAML is no longer a feasible option to save or restore a config. Postcard should be used instead. However on the end user side of things YAML is the preferred way to write new configurations. A CLI tool should allow the user to convert from human friendly YAML to machine friendly postcard and the other way around.
- Rename the default
main.rsbinary crate fromreset_ctrltomain-linuxto avoid confusion with the CLI tool - Add a new binary crate named
reset-ctrl - Add a positional parameter for the filename
- If the filenames extension is
.ymlconver to.binor the other way around
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request