Skip to content

Commit

Permalink
fix: regenerate cli flags on readme change
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Apr 24, 2022
1 parent 4612c8b commit 6a61a94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- "*.go"
- ".github/workflows/*"
- "README.md"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">
<h1>q</h1>

A tiny command line DNS client with support for UDP, TCP, DoT, DoH, DoQ, and ODoH.
A tiny and feature-rich command line DNS client with support for UDP, TCP, DoT, DoH, DoQ, and ODoH.

[![Release](https://img.shields.io/github/v/release/natesales/q?style=for-the-badge)](https://github.com/natesales/q/releases)
![Coverage](coverage_badge.png)
Expand Down

0 comments on commit 6a61a94

Please sign in to comment.