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
feat: Support multiple commands and --libusb option
Change command-line parsing to collect multiple commands with their own argument lists instead of treating all remaining args as one command. Commands and their args are stored in a pendingCommands list and executed sequentially; help is shown if no commands were provided. Add a --libusb flag to set UsbManager.ForceLibUsb. Preserve exception handling and debug logging for each command execution.
0 commit comments