Skip to content

Commit c73222b

Browse files
committed
2.6.0 commit.
1 parent 5bf63a7 commit c73222b

File tree

12 files changed

+21
-19
lines changed

12 files changed

+21
-19
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.6.0 (TBA)
1+
2.6.0 (2018-02-27)
22
------------------
33

44
New features:

bin/argbash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# ARGBASH_GO()
2525
# needed because of Argbash --> m4_ignore([
26-
### START OF CODE GENERATED BY Argbash v2.6.0a one line above ###
26+
### START OF CODE GENERATED BY Argbash v2.6.0 one line above ###
2727
# Argbash is a bash code generator used to get arguments parsing right.
2828
# Argbash is FREE SOFTWARE, see https://argbash.io for more info
2929

@@ -227,7 +227,7 @@ script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" || die "Couldn't dete
227227
### END OF CODE GENERATED BY Argbash (sortof) ### ])
228228
# [ <-- needed because of Argbash
229229

230-
version=2.6.0a
230+
version=2.6.0
231231

232232
#
233233

bin/argbash-1to2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
# shellcheck disable=SC2016
44
# SC2016: Expressions don't expand in single quotes, use double quotes for that.
55

6-
version=2.6.0a
6+
version=2.6.0
77
# ARG_POSITIONAL_INF([input],[The input file to transform],[1])
88
# ARG_OPTIONAL_SINGLE([output],[o],[Name of the output file (pass '-' for stdout and empty string for the same as input file)],[""])
99
# ARG_VERSION([echo "argbash-1to2 v$version"])
1010
# ARG_HELP([Convert a template for argbash>=1,<2 to argbash>=2,<3])
1111

1212
# ARGBASH_GO()
1313
# needed because of Argbash --> m4_ignore([
14-
### START OF CODE GENERATED BY Argbash v2.6.0a one line above ###
14+
### START OF CODE GENERATED BY Argbash v2.6.0 one line above ###
1515
# Argbash is a bash code generator used to get arguments parsing right.
1616
# Argbash is FREE SOFTWARE, see https://argbash.io for more info
1717

bin/argbash-init

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SC2001: See if you can use ${variable//search/replace} instead.
55
# SC2016: Expressions don't expand in single quotes, use double quotes for that.
66

7-
version=2.6.0a
7+
version=2.6.0
88
# ARG_POSITIONAL_SINGLE([output],[Name of the output template],[-])
99
# ARG_OPTIONAL_INCREMENTAL([separate],[s],[Separate the parsing logic (specify two times for complete separation)])
1010
# ARG_OPTIONAL_BOOLEAN([hints],[],[Whether to write hints to the script template])
@@ -19,7 +19,7 @@ version=2.6.0a
1919

2020
# ARGBASH_GO()
2121
# needed because of Argbash --> m4_ignore([
22-
### START OF CODE GENERATED BY Argbash v2.6.0a one line above ###
22+
### START OF CODE GENERATED BY Argbash v2.6.0 one line above ###
2323
# Argbash is a bash code generator used to get arguments parsing right.
2424
# Argbash is FREE SOFTWARE, see https://argbash.io for more info
2525

doc/_static/minimal.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@@ -3,16 +3,22 @@
44
# m4_ignore(
55
echo "This is just a script template, not the script (yet) - pass it to 'argbash' to fix this." >&2
6-
exit 11 #)Created by argbash-init v2.6.0a
6+
exit 11 #)Created by argbash-init v2.6.0
77
-# ARG_OPTIONAL_SINGLE([option])
88
-# ARG_OPTIONAL_BOOLEAN([print])
99
-# ARG_POSITIONAL_SINGLE([positional-arg])

doc/_static/wrapper-output-action.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,20 @@ Contents of '../src' matching '*.m4':
44
argbash-1to2.m4: 1 kiB
55
argbash-init.m4: 5 kiB
66
argbash-lib.m4: 0 kiB
7-
argbash.m4: 8 kiB
8-
argument_value_types.m4: 4 kiB
7+
argbash.m4: 9 kiB
8+
argument_value_types.m4: 5 kiB
99
collectors.m4: 17 kiB
1010
constants.m4: 0 kiB
1111
default_settings.m4: 0 kiB
1212
env_vars.m4: 1 kiB
1313
function_generators.m4: 5 kiB
1414
list.m4: 5 kiB
15+
output-bash-script.m4: 1 kiB
1516
output-completion.m4: 2 kiB
16-
output.m4: 0 kiB
17-
output-script.m4: 1 kiB
18-
output-standalone.m4: 0 kiB
17+
output-docopt.m4: 2 kiB
18+
output-strip-all.m4: 0 kiB
19+
output-strip-none.m4: 0 kiB
20+
output-strip-user-content.m4: 0 kiB
1921
progs.m4: 2 kiB
2022
stuff.m4: 35 kiB
2123
utilities.m4: 8 kiB

resources/examples/minimal-raw.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# m4_ignore(
44
echo "This is just a script template, not the script (yet) - pass it to 'argbash' to fix this." >&2
5-
exit 11 #)Created by argbash-init v2.6.0a
5+
exit 11 #)Created by argbash-init v2.6.0
66
# ARG_OPTIONAL_SINGLE([option])
77
# ARG_OPTIONAL_BOOLEAN([print])
88
# ARG_POSITIONAL_SINGLE([positional-arg])

resources/examples/minimal.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# m4_ignore(
44
echo "This is just a script template, not the script (yet) - pass it to 'argbash' to fix this." >&2
5-
exit 11 #)Created by argbash-init v2.6.0a
5+
exit 11 #)Created by argbash-init v2.6.0
66
# ARG_OPTIONAL_SINGLE([option], o, [A option with short and long flags and default], [boo])
77
# ARG_OPTIONAL_BOOLEAN([print], , [A boolean option with long flag (and implicit default: off)])
88
# ARG_POSITIONAL_SINGLE([positional-arg], [Positional arg description], )

resources/examples/simple-parsing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# ARGBASH_SET_INDENT([ ])
99
# ARGBASH_GO()
1010
# needed because of Argbash --> m4_ignore([
11-
### START OF CODE GENERATED BY Argbash v2.6.0a one line above ###
11+
### START OF CODE GENERATED BY Argbash v2.6.0 one line above ###
1212
# Argbash is a bash code generator used to get arguments parsing right.
1313
# Argbash is FREE SOFTWARE, see https://argbash.io for more info
1414

resources/examples/simple-wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# ARGBASH_SET_INDENT([ ])
99
# ARGBASH_GO()
1010
# needed because of Argbash --> m4_ignore([
11-
### START OF CODE GENERATED BY Argbash v2.6.0a one line above ###
11+
### START OF CODE GENERATED BY Argbash v2.6.0 one line above ###
1212
# Argbash is a bash code generator used to get arguments parsing right.
1313
# Argbash is FREE SOFTWARE, see https://argbash.io for more info
1414

0 commit comments

Comments
 (0)