enh(vtom): add token option fro compatibilty

Add the --token option so the pack commands works
with either custom mode

Refs:CTOR-1836
This commit is contained in:
itoussies@centreon.com 2025-07-29 16:10:49 +02:00
parent d82058c571
commit 0a4b945430

View File

@ -52,6 +52,7 @@ sub new {
'unknown-http-status:s' => { name => 'unknown_http_status' },
'warning-http-status:s' => { name => 'warning_http_status' },
'critical-http-status:s' => { name => 'critical_http_status' },
'token:s' => { name => 'token' },
'cache-use' => { name => 'cache_use' }
});
}