summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-21bump version to 2.0.1HEADmasterFlorian Didron
2022-03-30fix: kernel detach auth error on OSX Big Sur / Monterey2.0.1-osxFlorian Didron
2021-12-29Merge branch 'master' of github.com:zsa/wally-cliFlorian Didron
2021-12-29fix: change spinner package to an OSS licenced oneFlorian Didron
2021-12-29fix: change spinner package to a MIT licenced oneFlorian Didron
2021-11-10Update README.mdErez Zukerman
2021-11-05Update README.mdErez Zukerman
2021-07-19Update README.mdFlorian Didron
2021-05-17Merge pull request #9 from johnrichardrinehart/johnrichardrinehart/nix2.0.1-linuxFlorian Didron
Add Nix build files
2021-05-12chore: nixpkgs-fmtJohn Rinehart
2021-05-12feat: add defaultApp (for `nix run`)John Rinehart
2021-05-12feat: add nix build files (flakes==experimental, default==legacy)John Rinehart
2021-04-08Merge pull request #5 from crawford/uriFlorian Didron
main: add support for parsing file URIs
2021-04-07main: add support for parsing file URIsAlex Crawford
This is helpful if you want to configure Firefox to automatically run wally when downloading a firmware image.
2021-04-07main: print the file path when it cannot be foundAlex Crawford
It's helpful to see the path as provided to the executable. Sometimes shells can interpret things unexpectedly or, as in my case, a parent process can use an unexpected format for the file path argument.
2021-04-07main: use standard flag parsingAlex Crawford
I had to read the code to find out the correct form of the version flag. Moving to the standard library's flag implementation provides a better usage message out of the box and allows for better extensibility for future flags.
2021-04-07main: remove output coloringAlex Crawford
ANSI colors should only be used when stdout is a TTY. Because this library doesn't support detection [0], it's easier just to remove it. [0]: https://github.com/logrusorgru/aurora/tree/806901bec141cfa65f25b4472d5fb1b461609771#tty
2021-04-07main: use unique exitcode for incorrect invocationAlex Crawford
Command line utilities typically exit with a specific exitcode to indicate incorrect invocation. Golang has settled on 2, so let's go with that. This also moves the file extension check before the check for the firmware's existence. No point in validating that the file exists if we already know it has the wrong extension.
2021-02-01Merge pull request #1 from steveeJ/patch-1Florian Didron
dfu: add missing formatting directive
2021-01-27Merge pull request #3 from Mailaender/patch-1Erez Zukerman
Added a license
2021-01-16Create license.mdMatthias Mailänder
2020-10-02dfu: add missing formatting directiveStefan Junker
2020-09-28Merge branch 'master' of github.com:zsa/wally-cliFlorian Didron
2020-09-28fix: reduce libusb debug levelFlorian Didron
2020-09-25doc: adds build command2.0.0-windows2.0.0-osx2.0.0-linuxFlorian Didron
2020-09-25doc: add go get commandFlorian Didron
2020-09-25doc: add readmeFlorian Didron
2020-09-25fix: add github path to go.mod module declarationFlorian Didron
2020-09-25first commitFlorian Didron