mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 05:04:07 -08:00
Fixed #6291 - send-welcome argument in cli importer
This commit is contained in:
parent
c39e3acb59
commit
4db1dd8afc
|
@ -173,6 +173,7 @@ class ObjectImportCommand extends Command
|
||||||
array('web-importer', null, InputOption::VALUE_NONE, 'Internal: packages output for use with the web importer'),
|
array('web-importer', null, InputOption::VALUE_NONE, 'Internal: packages output for use with the web importer'),
|
||||||
array('user_id', null, InputOption::VALUE_REQUIRED, 'ID of user creating items', 1),
|
array('user_id', null, InputOption::VALUE_REQUIRED, 'ID of user creating items', 1),
|
||||||
array('update', null, InputOption::VALUE_NONE, 'If a matching item is found, update item information'),
|
array('update', null, InputOption::VALUE_NONE, 'If a matching item is found, update item information'),
|
||||||
|
array('send-welcome', null, InputOption::VALUE_NONE, 'Whether to send a welcome email to any new users that are created.'),
|
||||||
);
|
);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue