mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #289] [MERGED] switch to clap for the CLI options in Server #1348
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#1348
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/289
Author: @bluejekyll
Created: 11/19/2017
Status: ✅ Merged
Merged: 11/24/2017
Merged by: @bluejekyll
Base:
master← Head:switch_to_clap📝 Commits (6)
7c7b669switch to clap, clean up logging15fb643fix testse21a2c9cleanup optional colors812482bremove the colored output725d647add time to loglines17741b1Merge branch 'master' into switch_to_clap📊 Changes
11 files changed (+287 additions, -280 deletions)
View changed files
📝
Cargo.lock(+55 -135)📝
client/src/lib.rs(+0 -8)➖
client/src/logger.rs(+0 -54)📝
integration-tests/tests/client_future_tests.rs(+0 -8)📝
server/Cargo.toml(+2 -1)📝
server/benches/comparison_benches.rs(+2 -2)📝
server/src/lib.rs(+6 -4)➕
server/src/logger.rs(+87 -0)📝
server/src/named.rs(+109 -52)📝
server/tests/server_harness/mod.rs(+26 -12)📝
server/tests/z_named_tests.rs(+0 -4)📄 Description
This also enables some optional colorization of the logs.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.