You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regardless of how the parameter is entered, it will always be tread as individual characters ;
for example:
input: import canmatrix.cli.compare canmatrix.cli.compare.cli_compare('a.dbc', 'b.dbc')
error message:
`Try 'b.dbc --help' for help.
Error: Got unexpected extra arguments (d b c)`
The text was updated successfully, but these errors were encountered:
Regardless of how the parameter is entered, it will always be tread as individual characters ;
for example:
input:
import canmatrix.cli.compare canmatrix.cli.compare.cli_compare('a.dbc', 'b.dbc')
error message:
`Try 'b.dbc --help' for help.
Error: Got unexpected extra arguments (d b c)`
The text was updated successfully, but these errors were encountered: