不要怂,就是干,撸起袖子干!

Commit ea6211f4 by Sascha Depold

--help should print the help

1 parent 623b5780
Showing with 7 additions and 0 deletions
...@@ -14,3 +14,10 @@ ...@@ -14,3 +14,10 @@
[ $status -eq 0 ] [ $status -eq 0 ]
[ "${lines[0]}" = " Usage: sequelize [options]" ] [ "${lines[0]}" = " Usage: sequelize [options]" ]
} }
@test "-h prints the help" {
run bin/sequelize -h
[ $status -eq 0 ]
[ "${lines[0]}" = " Usage: sequelize [options]" ]
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!