We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c94042 commit e3178e3Copy full SHA for e3178e3
examples/private-reveal/test.sh
@@ -4,7 +4,7 @@ rm -f ./src/*.sh
4
5
set -x
6
7
-# bashly generate
+bashly generate
8
9
### Try Me ###
10
lib/bashly/script/introspection/visibility.rb
@@ -3,7 +3,7 @@ module Script
3
module Introspection
module Visibility
# Returns the true if the command is private and can be revealed using
- # an environemnt variable name
+ # an environment variable name
def visibility
if !options['private']
:public
0 commit comments