debug icon indicating copy to clipboard operation
debug copied to clipboard

commands: fix mismatch in argument error reporting

Open bboreham opened this issue 5 months ago • 10 comments

It was parsing args[0] but reporting an error on args[1], which might panic and obscure the error.

Also do the initial parsing earlier, to save effort reading the core if we can't proceed.

bboreham avatar Feb 29 '24 19:02 bboreham