Remove noninteractive args

Instead of introducing a noninteractive arg, we decided to pull out any
host specific setting from modules into their own proper modules
This commit is contained in:
T. R. Bernstein
2024-06-28 18:17:59 +02:00
committed by T. R. Bernstein
parent 6c3d0f8681
commit d1bd48f22a
2 changed files with 0 additions and 3 deletions

View File

@@ -114,8 +114,6 @@ function main() {
-l, --list List modules that are going to be installed and -l, --list List modules that are going to be installed and
exit without installation. Modules are printed in exit without installation. Modules are printed in
minimal but still distinct paths. minimal but still distinct paths.
--noninteractive Run the installation noninteractively. In this case
a config file must be provided.
-d FILE, --logfile FILE Print log message to logfile instead of stdout. -d FILE, --logfile FILE Print log message to logfile instead of stdout.
-v, --verbose Be more verbose. -v, --verbose Be more verbose.
--config-only PATH Ask module questions, generate config at PATH and --config-only PATH Ask module questions, generate config at PATH and

View File

@@ -70,7 +70,6 @@ function getUsage() {
Options: Options:
--hostname NAME Set NAME as current host's host name. --hostname NAME Set NAME as current host's host name.
--timezone ZONE Set ZONE as current host's timezone [default: Europe/Berlin]. --timezone ZONE Set ZONE as current host's timezone [default: Europe/Berlin].
--noninteractive Run module noninteractively.
-d FILE, --logfile FILE Print log message to logfile instead of stdout. -d FILE, --logfile FILE Print log message to logfile instead of stdout.
-v, --verbose Be more verbose. -v, --verbose Be more verbose.
---- ----