Skip to content

Commit

Permalink
Refactor and address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
keeramis committed Dec 16, 2024
1 parent 30715d5 commit 4b737ae
Show file tree
Hide file tree
Showing 8 changed files with 768 additions and 59 deletions.
File renamed without changes.
Binary file added assets/qdl/linux/x64/qdl
Binary file not shown.
7 changes: 2 additions & 5 deletions src/cli/flash.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ module.exports = ({ commandProcessor, root }) => {
'tachyon' : {
boolean: true,
description: 'Flash Tachyon'
},
'verbose' : {
boolean: false,
description: 'Enable logging'
}
},
handler: (args) => {
Expand All @@ -63,7 +59,8 @@ module.exports = ({ commandProcessor, root }) => {
'$0 $command --local application.zip': 'Flash the pre-compiled binary and assets from the bundle to the device connected over USB',
'$0 $command --local tinker': 'Flash the default Tinker app to the device connected over USB',
'$0 $command --usb firmware.bin': 'Flash the binary over USB',
'$0 $command --tachyon /path/to/unpackaged-tool-and-files': 'Flash Tachyon from the files in the specified directory. Use --verbose to see the progress',
'$0 $command --tachyon': 'Flash Tachyon from the files in the current directory',
'$0 $command --tachyon /path/to/unpackaged-tool-and-files': 'Flash Tachyon from the files in the specified directory',
},
epilogue: unindent(`
When passing the --local flag, Device OS will be updated if the version on the device is outdated.
Expand Down
Loading

0 comments on commit 4b737ae

Please sign in to comment.