debug() / info() + verbosity options #74
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "debug_logging"
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?
debug "foo"
= will only show up if you provide-d|--debug
info "bar"
= will show up with-d
, or-v|--verbose
Whaddya reckon?
Legit.