From 6a61a94b471700232f14d955dc738d2ceab4d181 Mon Sep 17 00:00:00 2001 From: Nate Sales Date: Sat, 23 Apr 2022 23:16:38 -0700 Subject: [PATCH] fix: regenerate cli flags on readme change --- .github/workflows/test.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 131b9d7..33531ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,6 +7,7 @@ on: paths: - "*.go" - ".github/workflows/*" + - "README.md" jobs: build: diff --git a/README.md b/README.md index 351eacb..816971b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

q

-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)