NETWAYS / support-collector

The support collector allows our customers to collect relevant information from their servers. A resulting ZIP file can then be provided to our support team for further inspection.
https://www.netways.de/en/technologies/icinga/support-subscription/
GNU General Public License v3.0
0 stars 0 forks source link

Improvement/argument handling #127

Closed tbauriedel closed 3 weeks ago

tbauriedel commented 1 month ago

Improvement for arguments.

The PR adds an interactive wizard that will guide the user by default trough the arguments that can be given. These arguments will be given to the tool by stdin.
In case you don't want to use it interactive, it can be skipped via --non-interactive

Interactive args will be given via stdin. For non-interactive args will still spf13/pflag be used.

fixes #111

tbauriedel commented 3 weeks ago

TODO: Update README