-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use duct to build/invoke cargo command * Push command to args * Ignore cargo tree stdout * Suggest adding `no_main` * Read one byte at a time to get the progress bar * Refactor to separate method * Update crates/build/src/lib.rs Co-authored-by: Michael Müller <[email protected]> * Detect term size * Update suggestion and exit on error * Update message * Hardcode term size * Hardcode term size * Only detect term size on non windows OS * Red * Use term_size for windows * use term_size as _; --------- Co-authored-by: Michael Müller <[email protected]>
- Loading branch information
Showing
5 changed files
with
161 additions
and
55 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters