Skip to content

Commit

Permalink
t2 push: add missing "compress" option. Fixes gh-808
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
  • Loading branch information
rwaldron committed Aug 18, 2016
1 parent 9f85c26 commit bb66613
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/tessel-2.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,11 @@ makeCommand('push')
default: false,
help: 'Deploy a project containing all files within, including those not used by the program, excluding any files matched by non-negated rules in .tesselignore and including any files matched by rules in .tesselinclude. Program is started from specified file.'
})
.option('compress', {
flag: true,
default: true,
help: 'Compression steps during deployment. To skip compression, use --compress=false.'
})
.option('rustcc', {
default: 'http://192.241.138.79:49160',
help: 'Specify the location and port of the Rust cross-compilation server.'
Expand Down

0 comments on commit bb66613

Please sign in to comment.