File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ commands:
54
54
# These filter functions can reside in any path under the ` lib` directory.
55
55
# You can use a single file for all filter functions, or a separate file
56
56
# for each function.
57
+ # Note that the `${args[]}` array is available to you in your filter functions.
57
58
58
59
# Print an error string if docker is not running.
59
60
# The script will automatically exit if this function prints anything.
Original file line number Diff line number Diff line change 1
1
# These filter functions can reside in any path under the `lib` directory.
2
2
# You can use a single file for all filter functions, or a separate file
3
3
# for each function.
4
+ # Note that the `${args[]}` array is available to you in your filter functions.
4
5
5
6
# Print an error string if docker is not running.
6
7
# The script will automatically exit if this function prints anything.
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ inspect_args
76
76
# ## `$ ./download -h`
77
77
78
78
` ` ` shell
79
- download - Sample application to demonstrate use of repeatable flags
79
+ download - Sample application to demonstrate the use of repeatable flags
80
80
81
81
Usage:
82
82
download [options]
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ parse_requirements() {
7
7
<%= render(:fixed_flags_filter).indent 2 %>
8
8
<%= render(:environment_variables_filter).indent 2 %>
9
9
<%= render(:dependencies_filter).indent 2 %>
10
- <%= render(:user_filter).indent 2 %>
11
10
<%= render(:command_filter).indent 2 %>
12
11
<%= render(:parse_requirements_while).indent 2 %>
13
12
<%= render(:required_args_filter).indent 2 %>
14
13
<%= render(:required_flags_filter).indent 2 %>
15
14
<%= render(:catch_all_filter).indent 2 %>
16
15
<%= render(:default_assignments).indent 2 %>
17
16
<%= render(:whitelist_filter).indent 2 %>
17
+ <%= render(:user_filter).indent 2 %>
18
18
}
19
19
20
20
% commands.each do |command|
You can’t perform that action at this time.
0 commit comments