mbucc / shmig

Database migration tool written in BASH.
BSD 3-Clause "New" or "Revised" License
458 stars 49 forks source link

Invalid command-line argument outputs "command not found" error #64

Open mbucc opened 4 years ago

mbucc commented 4 years ago
Marks-MBP-3:shmig mark$ ./shmig -c test
/bin/test: line 1: ????: command not found
Usage: shmig [options] <action> [arguments...]
Common options:
  -d <database name>
  -t [mysql|postgresql|sqlite3]
  -h
and action is one of create, up, down, rollback, status, redo, and pending.