feat(usage): update usage for new previewer feature
Add the documentation for changing the FZF previewer binary. The help page kind of looks weird now that the alignment is off. That is something that might need to be refactored in the future.
This commit is contained in:
parent
5f50b2e042
commit
864d0149ce
2
flash
2
flash
|
|
@ -151,7 +151,7 @@ if [ ! -e "$REVIEW_LOG" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
print_usage() {
|
print_usage() {
|
||||||
echo -e "\n${LCYAN}fla.sh --- Flash card system by Bryan Jenks${NC} ${LBLUE}<BryanJenks@protonmail.com>${NC}\n\n${YELLOW}${BOLD}Usage:${NC}\n\t${GREEN}flash -h:${NC} Print this help text\n\t${GREEN}flash -i:${NC} Print Information about the flashcard system\n\t${GREEN}flash -v:${NC} Print version Number\n\n"
|
echo -e "\n${LCYAN}fla.sh --- Flash card system by Bryan Jenks${NC} ${LBLUE}<BryanJenks@protonmail.com>${NC}\n\n${YELLOW}${BOLD}Usage:${NC}\n\t${GREEN}flash -h:${NC} Print this help text\n\t${GREEN}flash -i:${NC} Print Information about the flashcard system\n\t${GREEN}flash -v:${NC} Print version Number\n\t${GREEN}flash -p [BINARY]:${NC} Change the previewer when selecting decks\n"
|
||||||
}
|
}
|
||||||
|
|
||||||
print_info() {
|
print_info() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue