diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..22761ba --- /dev/null +++ b/.travis.yml @@ -0,0 +1 @@ +language: rust diff --git a/README.md b/README.md index 9072940..2ef2c66 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ fn help() { To Do ----- -- [ ] Create a helper function for generation `--help` output, rather than having the user create it +- [ ] Create a helper function for generating `--help` output, rather than having the user create it manually. - [ ] Also create helper functions for defining the description section of the `--help` output. - [ ] Refactor the `ErrorKind` enum into a struct that is able to represent more complex data (such