introduce --verbosity flag rather than mixed logging settings; correct color misnaming to ANSI convention; added sanity-check; simplified hello-world; created FZF_USER_INPUT to replace the confusing FZF_HEAD and FZF_TAIL

This commit is contained in:
2024-02-07 15:14:36 -07:00
parent fcf492c661
commit 261bbee1a4
11 changed files with 419 additions and 226 deletions

View File

@ -1,4 +1,6 @@
#!/bin/zsh
#####################################################################
MAIN() {
SUCCESS 'hello world!'
SUCCESS 'Hello, World!'
}