Skip to content
Snippets Groups Projects
  1. Dec 15, 2015
  2. Dec 11, 2015
  3. Dec 09, 2015
  4. Dec 08, 2015
  5. Dec 07, 2015
  6. Dec 03, 2015
  7. Dec 01, 2015
  8. Nov 29, 2015
  9. Nov 25, 2015
  10. Nov 24, 2015
  11. Nov 22, 2015
  12. Nov 19, 2015
  13. Nov 18, 2015
  14. Nov 17, 2015
  15. Nov 16, 2015
  16. Oct 22, 2015
  17. Oct 20, 2015
  18. Oct 16, 2015
  19. Oct 14, 2015
    • Michael Gattozzi's avatar
      Changed if else in run function · 6b7c8c2f
      Michael Gattozzi authored
      Cleaned up the syntax by using a match statement. Made it easier
      to read and understand what was going on
      On branch master
      Changes to be committed:
      	modified:   command.rs
      6b7c8c2f
  20. Oct 13, 2015
    • Michael Gattozzi's avatar
      Added TravisCI and Coveralls Support · 57e9c2ac
      Michael Gattozzi authored
      Changes to be committed:
      	new file:   .travis.yml
      57e9c2ac
    • Michael Gattozzi's avatar
      Command Execution · cfe0f2f0
      Michael Gattozzi authored
      Ion now can execute single commands passed to it, including multiple flags and arguments. The result is an struct from which various things can be derived from, such as stderr and stdout. This can be expanded as more things are needed.
      
      On branch master
      Changes to be committed:
      	new file:   src/command.rs
      	modified:   src/lib.rs
      cfe0f2f0
Loading