1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +02:00

core: add option -v to display upgrades in command /version

The number of upgrades is also displayed on startup after at least one
`/upgrade`.
This commit is contained in:
Sébastien Helleu
2025-01-07 20:35:35 +01:00
parent d97fed80cb
commit 36b62cfc5e
18 changed files with 520 additions and 411 deletions
+2 -1
View File
@@ -98,7 +98,8 @@ extern const char *command_help_option_color_values ();
extern void command_version_display (struct t_gui_buffer *buffer,
int send_to_buffer_as_input,
int translated_string,
int display_git_version);
int display_git_version,
int display_upgrades);
extern void command_init ();
extern void command_startup (int plugins_loaded);