120 Commits (main)
 

Author SHA1 Message Date
Ian Chamberlain e8535a130d
Add limited support for `cargo 3ds test --doc` 2 years ago
Meziu 83032c6a71
Merge pull request #26 from ian-h-chamberlain/feature/clap4-upgrade-extra-args 2 years ago
Ian Chamberlain 329cb00d74
Documentation improvements and extra test case 2 years ago
Ian Chamberlain dd8ae47296
Plumb through 3dslink args for run + test commands 2 years ago
Ian Chamberlain dbf1595def
Add plumbing for new commands to running cargo 2 years ago
Ian Chamberlain 583fc67fc6
Update docstrings and arg parsing 2 years ago
Ian Chamberlain c2560622e8
Fix some build errors for testing 2 years ago
Ian Chamberlain cef69644e6
Upgrade to clap4, add extra args and help strings 2 years ago
Meziu 7b70b6b26c
Merge pull request #24 from rust3ds/fix/clippy-build-std 2 years ago
Mark Drobnak cb3a9a19ff
Set build-std flag before trailing arguments 2 years ago
Mark Drobnak 7e99e1a9a5
Move build-std argument after the subcommand to fix clippy 2 years ago
Mark Drobnak 7723d93227
Merge pull request #21 from SteveCookTU/clap3-rewrite 2 years ago
Steve Cook c7b6482f9c Remove Display trait 2 years ago
Steve Cook 84ac10371b Cargo fmt 2 years ago
Steve Cook 1a562d0c1a Build and not run under the hood when calling `cargo 3ds run` 2 years ago
Steve Cook eb1d4345b7 Fix logic for when to link 2 years ago
Steve Cook 8d350a8c6b Only link for `run` and `test` subcommands. 2 years ago
Steve Cook 9aa632622c Remove fully qualified derive 2 years ago
Steve Cook 4c5929715c Move command struct and parser to command.rs 2 years ago
Steve Cook ef6a2f6724 Revert println! to eprintln! 2 years ago
Steve Cook 8eac835c4c Add comments 2 years ago
Steve Cook 06bdf9f289 Move should_link and message_format to separate functions 2 years ago
Steve Cook 239556abf8 Revert to original cargo usage 2 years ago
Steve Cook 51917f8fcf Add AllowLeadingHyphen 2 years ago
Steve Cook f05b57f5ac Use ValueEnum over deprecated ArgEnum 2 years ago
Steve Cook 11855472df Fix another indexing issue 2 years ago
Steve Cook 3cb1169dcb Fix message format parsing 2 years ago
Steve Cook cc03d78ba5 Initial use of clap 2 years ago
Meziu 9136456653
Update README.md 2 years ago
Meziu 7c8d450a4a
Merge pull request #20 from mateocabanal/add-verbose-error-mesg 3 years ago
Mateo Cabanal 880661157c
added error messages, replacing unwrap()'s with expect()'s 3 years ago
Andrea Ciliberti 4cd3055780 Bump minimum rustc toolchain 3 years ago
Meziu 5420057493
Merge pull request #19 from Meziu/feature/use-prebuilt-std 3 years ago
Mark Drobnak 40afa13ba0
Use the pre-built std if available in sysroot 3 years ago
Meziu 3b187bcf2d
Merge pull request #15 from ian-h-chamberlain/feature/allow-message-format 3 years ago
Ian Chamberlain 1ebde461d0
Update to 2021 edition 3 years ago
Meziu 5eac661e22
Merge pull request #17 from Meziu/fix/optional-authors 3 years ago
Andrea Ciliberti 402e7af28a Use parser crate rather than env var 3 years ago
Ian Chamberlain 8023bfb28c
Parse message-format up front and use TeeReader 3 years ago
Ian Chamberlain 935594b309
Allow passthrough when message-format is specified 3 years ago
Meziu f72b023f15
Update README.md 3 years ago
Meziu 75ba9b327a
Update README.md 3 years ago
Andrea Ciliberti 2bd2617ea2 Renamed link command to be used with run 3 years ago
Ian Chamberlain b7452b4e54
Add support for `cargo test` (#11) 3 years ago
Meziu aa66d3d987
Merge pull request #10 from AzureMarker/feature/configurable_romfs_path 3 years ago
AzureMarker 6ca3f96a39
Return an error if the non-default RomFS directory isn't found 3 years ago
AzureMarker 2813bbc21f
Read the RomFS path from Cargo.toml 3 years ago
Meziu 36d488f8f6
Merge pull request #9 from AzureMarker/fix/romfs 3 years ago
Meziu fd51983d9b
Merge pull request #8 from AzureMarker/feature/other-cargo-commands 3 years ago
AzureMarker ee8eec9338
Fix romfs error "Cannot open dir" 3 years ago