-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4731f56
commit d0d8d38
Showing
10 changed files
with
39 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Title | ||
|
||
Short 3 lines summary | ||
|
||
# Breaking changes | ||
|
||
# Bug fixes | ||
|
||
# Binaries changes | ||
|
||
# Updated Bash tools functions | ||
|
||
# New Bash tools functions | ||
|
||
# Documentation | ||
|
||
# Validation/Tooling |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,18 @@ | ||
% | ||
declare -a externalBinaries=( | ||
bin/test | ||
) | ||
declare versionNumber="1.0" | ||
declare commandFunctionName="installRequirementsCommand" | ||
declare help="installs requirements" | ||
# shellcheck disable=SC2016 | ||
declare longDescription=''' | ||
${__HELP_TITLE}INSTALLS REQUIREMENTS:${__HELP_NORMAL} | ||
- fchastanet/bash-tools-framework | ||
- and fchastanet/bash-tools-framework useful binaries: | ||
$(Array::join ", " "${externalBinaries[@]}") | ||
''' | ||
% | ||
|
||
.INCLUDE "$(dynamicTemplateDir _binaries/options/options.base.tpl)" | ||
|
||
% | ||
Options::generateCommand "${options[@]}" | ||
declare -p externalBinaries | ||
% | ||
|
||
<% ${commandFunctionName} %> parse "${BASH_FRAMEWORK_ARGV[@]}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters