Skip to content

Commit

Permalink
feat(command): add generate command
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed May 16, 2019
1 parent 4976003 commit d6baf43
Show file tree
Hide file tree
Showing 30 changed files with 1,386 additions and 345 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ matrix:
- rustup component add rustfmt-preview
- cargo fmt --version
- cargo fmt --all -- --check
- rustup component add clippy-preview
- cargo clippy --version
- cargo clippy
# - rustup component add clippy-preview
# - cargo clippy --version
# - cargo clippy

- name: Book
rust: stable
Expand Down
Loading

0 comments on commit d6baf43

Please sign in to comment.