matheuswhite / scope-rs

Multiplatform Serial Monitor made in Rust
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Add an argument to CLI to load a custom yml as command list #9

Closed matheuswhite closed 1 year ago

matheuswhite commented 1 year ago

Description

As user, I want to pass to the program a custom yml file, to be used as user command file

Goal

Load the yml file, as the user command file and remove the default user command file name: cmds.yml.

matheuswhite commented 1 year ago

Already done