Skip to content

Commit

Permalink
interactive_part.sh: Add a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Dec 15, 2024
1 parent 66c81b3 commit ed213a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Ubuntu_22.04/interactive_part.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
. ../UbuntuCLI/interactive_part.sh

# TODO racionalize parameter handling (`--help` and invalid parameters are handled in UbuntuCLI)
# TODO -- refactor parameter handling and initialization of the NONINTERACTIVE global variable
if [ "$1" == "--noninteractive" ]; then
readonly NONINTERACTIVE='true'
echo "Skipping interactive commands as $1 parameter was provided"
Expand Down

0 comments on commit ed213a0

Please sign in to comment.