diff --git a/src/prompts.sh b/src/prompts.sh index 5f0745d..fc6256d 100644 --- a/src/prompts.sh +++ b/src/prompts.sh @@ -3,6 +3,7 @@ # @brief Inquirer.js inspired prompts _read_stdin() { + # shellcheck disable=SC2162,SC2068 read $@ &2 _read_stdin -r text - echo -n "${text}" + # shellcheck disable=SC2154 + echo -n "${text}" } # @description Show confirm dialog for yes/no