We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d239af commit d373187Copy full SHA for d373187
roswell/mito.ros
@@ -86,6 +86,8 @@ Commands:
86
87
Options:
88
-t, --type DRIVER-TYPE DBI driver type (one of \"mysql\", \"postgres\" or \"sqlite3\")
89
+ -H, --host DATABASE-HOST Database host to use (default is 127.0.0.1)
90
+ -P, --port DATABASE-PORT Database port to use (default is depends on the driver type)
91
-d, --database DATABASE-NAME Database name to use
92
-u, --username USERNAME Username for RDBMS
93
-p, --password PASSWORD Password for RDBMS
0 commit comments