kriomant / ch57x-keyboard-tool

Utility for programming ch57x small keyboard
MIT License
500 stars 61 forks source link

"Found argument ..... isnt valid." #84

Closed tototat closed 4 months ago

tototat commented 4 months ago

I know this is a newbie question but I'm having an issue with windows power shell command returning "error: Found argument 'example-mapping.yaml' which wasn't expected, or isn't valid in this context" ( I'm using the default mapping with no alteration.) other commands such as help or show-keys work perfectly.

the command I wrote is

./ch57x-keyboard-tool upload example-mapping.yaml

(if i remove the ./ in beggining it returns .... not recognized the name of a cmdlet....) also im in the same directory as the extracted files location.

kriomant commented 4 months ago

Correct command is given in README: https://github.com/kriomant/ch57x-keyboard-tool/blob/master/README.md#windows--powershell

But future versions of tool will accept file name to simplify usage.