lib/libexec/optparser.sh
changed.
Other files ignored by Codecov
1 | 1 | # shellcheck shell=sh |
|
2 | 2 | ||
3 | 3 | optparser() { |
|
4 | - | # shellcheck source=lib/getoptions.sh |
|
5 | - | . "$SHELLSPEC_LIB/getoptions.sh" |
|
6 | - | # shellcheck source=lib/getoptions_help.sh |
|
7 | - | . "$SHELLSPEC_LIB/getoptions_help.sh" |
|
8 | - | # shellcheck source=lib/getoptions_abbr.sh |
|
9 | - | . "$SHELLSPEC_LIB/getoptions_abbr.sh" |
|
10 | - | # shellcheck source=lib/libexec/parser_definition.sh |
|
11 | - | . "$SHELLSPEC_LIB/libexec/parser_definition.sh" |
|
12 | - | ||
13 | - | eval "$(getoptions parser_definition "$@")" |
|
4 | + | # # shellcheck source=lib/getoptions.sh |
|
5 | + | # . "$SHELLSPEC_LIB/getoptions.sh" |
|
6 | + | # # shellcheck source=lib/getoptions_help.sh |
|
7 | + | # . "$SHELLSPEC_LIB/getoptions_help.sh" |
|
8 | + | # # shellcheck source=lib/getoptions_abbr.sh |
|
9 | + | # . "$SHELLSPEC_LIB/getoptions_abbr.sh" |
|
10 | + | # # shellcheck source=lib/libexec/parser_definition.sh |
|
11 | + | # . "$SHELLSPEC_LIB/libexec/parser_definition.sh" |
|
12 | + | # eval "$(getoptions parser_definition "$@")" |
|
13 | + | ||
14 | + | # shellcheck source=lib/libexec/parser_definition_generated.sh |
|
15 | + | . "$SHELLSPEC_LIB/libexec/parser_definition_generated.sh" |
|
14 | 16 | } |
|
15 | 17 | ||
16 | 18 | multiple() { |
Files | Coverage |
---|---|
lib | 79.76% |
libexec | 20.97% |
install.sh | 53.10% |
shellspec | 0.00% |
Project Totals (99 files) | 66.24% |
TRAVIS_OS_NAME=osx