Skip to main content

print_attribution

Function print_attribution 

Source
pub fn print_attribution()
Expand description

Print the one-line credit, if anything is going to read it.

Gated on stdout being a terminal, which is the whole of the logic — a person watching the command run sees it, a pipe, a redirect, a CI log and every --json consumer does not. There is no other condition: no build flag, no environment variable, no check that the binary is called devp. Forks are welcome to change [constants::ATTRIBUTION_LINE] or delete this function, and nothing anywhere will notice or complain.