File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 25
25
# Running --cache with --no-cache is not permitted
26
26
conflicts : [--no-cache]
27
27
- long : --no-cache
28
- help : Diisable cache
28
+ help : Disable cache
29
29
# Running --no-cache with --cache or with --fast is not permitted
30
30
conflicts : [--cache, --fast]
31
31
- long : --fast
Original file line number Diff line number Diff line change 8
8
# Running --cache with --no-cache is not permitted
9
9
conflicts : [--no-cache]
10
10
- long : --no-cache
11
- help : Diisable cache
11
+ help : Disable cache
12
12
# Running --no-cache with --cache or with --fast is not permitted
13
13
conflicts : [--cache, --fast]
14
14
- long : --fast
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ environment_variable.default:
20
20
default: ~/config.ini
21
21
22
22
environment_variable.help :
23
- help : Specify the help message for name for this variable.
23
+ help : Specify the help message for this variable.
24
24
url : https://bashly.dannyb.co/configuration/environment-variable/#help
25
25
example : |-
26
26
environment_variables:
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ flag.conflicts:
74
74
conflicts: [--no-cache]
75
75
76
76
- long: --no-cache
77
- help: Diisable cache
77
+ help: Disable cache
78
78
79
79
# Running --no-cache with --cache or with --fast is not permitted
80
80
conflicts: [--cache, --fast]
Original file line number Diff line number Diff line change @@ -496,7 +496,7 @@ environment_variable.default
496
496
497
497
environment_variable.help
498
498
499
- Specify the help message for name for this variable.
499
+ Specify the help message for this variable.
500
500
501
501
environment_variables:
502
502
- name: api_key
@@ -624,7 +624,7 @@ flag.conflicts
624
624
conflicts: [--no-cache]
625
625
626
626
- long: --no-cache
627
- help: Diisable cache
627
+ help: Disable cache
628
628
629
629
# Running --no-cache with --cache or with --fast is not permitted
630
630
conflicts: [--cache, --fast]
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Options:
23
23
Enable cache
24
24
25
25
--no-cache
26
- Diisable cache
26
+ Disable cache
27
27
28
28
--fast
29
29
Run faster
You can’t perform that action at this time.
0 commit comments