danvergara / dblab

The database client every command line junkie deserves.
MIT License
2.35k stars 62 forks source link

Fix a bug in README #206

Closed alexey-milovidov closed 3 months ago

alexey-milovidov commented 3 months ago

Pull Request Template

Description

The command will not work in bash or Bourne-compatible shell without quoting.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

It didn't.

Checklist:

alexey-milovidov commented 3 months ago

I see that some places in readme use double quotes " without a need. But I used single quotes in this example because double quotes in shell are more dangerous to use than single quotes.