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:
@ -1,4 +1,6 @@
|
||||
#!/bin/zsh
|
||||
#####################################################################
|
||||
|
||||
MAIN() {
|
||||
SUCCESS 'hello world!'
|
||||
SUCCESS 'Hello, World!'
|
||||
}
|
||||
|
Reference in New Issue
Block a user