#!/usr/bin/env bash
function learn(){
run learn help
}
function learn_more(){
msg_header "Learn More"
##
# I use `${cOff}` to prematurely disable the default yellow color from `msg_instruct`
msg_instruct "Visit https://tluf.me/bash/git-bent ${cOff}to see far more implementations."
msg "You can also browse our cli framework documentation or the internal functions of the library."
msg "Some things aren't documented well. But if you 'grep -R \"function_name(\"' you can always find & look at the implementation."
}