wp-cli / db-command

Performs basic database operations using credentials stored in wp-config.php.
MIT License
71 stars 59 forks source link

Improve output when importing from STDIN #146

Closed schlessera closed 5 years ago

schlessera commented 5 years ago

When importing from STDIN, the output just takes over the - parameter as filename and shows a cryptic success message:

Success: Imported from '-'.

The message should rather read something like the following:

Success: Imported from STDIN.