diff options
| author | s <[email protected]> | 2025-11-25 09:58:42 -0500 |
|---|---|---|
| committer | s <[email protected]> | 2025-11-25 09:58:42 -0500 |
| commit | 8a342848809a26e7e13933180b4df91d4a52f898 (patch) | |
| tree | 6d273e54d6ffb6ae694e21ce587e28348b01aea5 /internal/formatter/admin.go | |
| parent | 8472267b60b204cea5fbdeaf8fe06443822d1bfb (diff) | |
| download | dborg-8a342848809a26e7e13933180b4df91d4a52f898.tar.gz dborg-8a342848809a26e7e13933180b4df91d4a52f898.zip | |
feat: add dns site check, services list, and additional twitter/x api endpointsv1.0.6
Diffstat (limited to 'internal/formatter/admin.go')
| -rw-r--r-- | internal/formatter/admin.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/formatter/admin.go b/internal/formatter/admin.go index 914eaaa..12ffcd0 100644 --- a/internal/formatter/admin.go +++ b/internal/formatter/admin.go @@ -185,3 +185,4 @@ func FormatAccountToggled(message string, asJSON bool) (string, error) { return fmt.Sprintf("%s %s\n", Blue("ℹ"), message), nil } + |
