List available profiles in --list output

This commit is contained in:
Martin Lund 2024-05-03 11:29:28 +02:00
parent e9c96c5456
commit 31647a934c
4 changed files with 62 additions and 3 deletions

View file

@ -35,3 +35,4 @@ void config_file_print(void);
void config_file_parse(void);
void config_exit(void);
void config_file_show_profiles(void);
void config_list_targets(void);