You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm asking for this feature because I'm not 100% sure what this help message should actually be. Is it this?
→ bash-it help preview
Previews a theme (you will still need to modify your bash-it settings to choose this theme)
Current behavior
There currently is no help text for preview
→ bash-it help preview
oops! preview is not a valid option!
bash-it Bash-it help and maintenance
parameters:
1: verb [one of: help | show | enable | disable | migrate | update | search | preview | version | reload | restart | doctor ]
2: component type [one of: alias(es) | completion(s) | plugin(s) ] or search term(s)
3: specific component [optional]
examples:
Possible solution
function _help-preview() {
_about 'help message for preview command'
_group 'lib'
# I'm not certain what this message should be
echo "Previews a theme (you will still need to modify your bash-it settings to choose this theme)"
}
Context
This is a curiosity-level problem. If you really stretch, it's a usability problem that there's no help message here.
Notes
No response
The text was updated successfully, but these errors were encountered:
Expected behavior
I'm asking for this feature because I'm not 100% sure what this help message should actually be. Is it this?
Current behavior
There currently is no help text for preview
Possible solution
Context
This is a curiosity-level problem. If you really stretch, it's a usability problem that there's no help message here.
Notes
No response
The text was updated successfully, but these errors were encountered: