Skip to content

Commit

Permalink
Match README style better
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz Kuchta committed Dec 4, 2024
1 parent e9b703d commit 53b2c3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,16 @@ makepkg -si
<!-- USAGE EXAMPLES -->

## Usage

```bash
$ lazysql
```

To launch lazysql with the ability to pick from the saved connections.
```bash
$ lazysql [connection_url]
```

To launch lazysql and connect to database at [connection_url].

<p align="right">(<a href="#readme-top">back to top</a>)</p>
Expand Down
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func main() {

// check if "version" arg is passed
argsWithProg := os.Args

if len(argsWithProg) > 1 {
switch argsWithProg[1] {
case "version":
Expand Down

0 comments on commit 53b2c3e

Please sign in to comment.