summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Expand)Author
2016-11-05Add comment for `&version!()[..]`mario
2016-11-05Add comments about functionality,mario
2016-11-05Add build_subcommand! macromario
2016-11-05Add additional dependenciesmario
2016-11-05Change from types implementing build_ui to a mod for every binary.mario
2016-11-05Add build.rs with basic ideamario
2016-10-31Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-unitsMatthias Beyer
2016-10-24bin/Cargo.toml: Update dependenciesMatthias Beyer
2016-10-24Add codegen-units = 2 in ./bin/Cargo.tomlMatthias Beyer
2016-10-20Fix: Cargo.toml does not know "website", but "homepage"Matthias Beyer
2016-10-18Add meta-info in bin/Cargo.tomlMatthias Beyer
2016-10-01bin: Add copyright notice to all filesMatthias Beyer
2016-09-07Reduce clone()-ing of commands to necessary placesMario Krehl
2016-09-07Fix differing amount of newlines from subprocesses influences outputMario Krehl
2016-09-07Pretty output of --versionsMario Krehl
2016-09-07Fix --versionsMario Krehl
2016-09-07Add some commentsMario Krehl
2016-09-07Fix panic! when reaching unreachable!, because imag doesnt do anything withou...Mario Krehl
2016-09-07Add check if given subcommand is supportedMario Krehl
2016-09-07Fix exit codesMario Krehl
2016-09-07Fix panics due to unwrap on Option::NoneMario Krehl
2016-09-05Fall back to get_default_cli_buildermario
2016-09-05Add help_text()mario
2016-09-05Fix clap for external subcommandsmario
2016-09-05Change build_ui to use subcommands()Mario Krehl
2016-09-05Add some debugging outputMatthias Beyer
2016-09-05We do not need to pass the subcommand as arg hereMatthias Beyer
2016-09-05Use libimagrt::setup::generate_runtime_setup() helper to build Runtime objectMatthias Beyer
2016-09-05Add dep: log = 0.3Matthias Beyer
2016-09-05Enable forwarding of args and subcommandsMatthias Beyer
2016-09-05Shrink App setup codeMatthias Beyer
2016-09-05Only return subcommand nameMatthias Beyer
2016-09-05Add support for --help and -hMatthias Beyer
2016-09-05Rewrite imag binaryMatthias Beyer
2016-09-05Add dependency: libimagrtMatthias Beyer
2016-09-05Add dependency: clapMatthias Beyer
2016-07-26Merge pull request #567 from matthiasbeyer/bin/imag-seperator-removeMatthias Beyer
2016-07-21Debug flag is now inserted at the beginning of the arguments.LeRoyce Pearson
2016-07-21Pulled out lambda and made "--debug" constantgeemili
2016-07-21Remove dash from command listingMatthias Beyer
2016-07-19Actually fixed double debug flag this timegeemili
2016-07-19Fixed compile errorsgeemili
2016-07-19Fixed debug appearing twicegeemili
2016-07-19Fixed compilation errorsLeRoyce Pearson
2016-07-19Added in debug flag forwardinggeemili
2016-07-19Fixed bug where flags would not be readgeemili
2016-07-12Update all version strings: 0.1.0 -> 0.2.0Matthias Beyer
2016-07-04changed from path().starts_with(PATH/imag-) to path.filename().starts_with(im...mario
2016-05-13Add argument finder helper functionMatthias Beyer
2016-05-13Add command finder helper functionMatthias Beyer