We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb1c285 + 1b851ba commit 564839bCopy full SHA for 564839b
lib/bashly/cli.rb
@@ -6,7 +6,8 @@ module Bashly
6
class CLI
7
def self.runner
8
runner = MisterBin::Runner.new version: Bashly::VERSION,
9
- header: "Bashly - Bash CLI Generator"
+ header: "Bashly - Bash CLI Generator",
10
+ footer: "Help: !txtpur!bashly COMMAND --help!txtrst!\nDocs: !undblu!https://bashly.dannyb.co"
11
12
runner.route 'init', to: Commands::Init
13
runner.route 'preview', to: Commands::Preview
spec/approvals/cli/commands
@@ -6,3 +6,6 @@ Commands:
validate Scan the configuration file for errors
generate Generate the bash script and required files
add Add extra features and customization to your script
+
+Help: bashly COMMAND --help
+Docs: https://bashly.dannyb.co
0 commit comments