Class: Bashly::Libraries::Help
Instance Attribute Summary
Attributes inherited from Base
#args
Instance Method Summary
collapse
#asset, #asset_content
Methods inherited from Base
#initialize
Instance Method Details
#post_install_message ⇒ Object
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# File 'lib/bashly/libraries/help/help.rb', line 15
def post_install_message
<<~MESSAGE
Add this as a command to your bashly.yml:
g`commands`:
g`- name`: m`help`
g` help`: m`Show help about a command`
g` args`:
g`- name`: m`command`
g` help`: m`Help subject`
MESSAGE
end
|