Home
last modified time | relevance | path

Searched refs:InputOption (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Cli/Commands/
H A DUserCreate.php27 use Symfony\Component\Console\Input\InputOption; alias
46 …->addOption(name: 'username', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'The…
47 …->addOption(name: 'realname', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'The…
48 …->addOption(name: 'email', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'The em…
49 …->addOption(name: 'password', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'The…
50 …->addOption(name: 'timezone', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'Set…
51 …->addOption(name: 'language', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'Set…
52 …->addOption(name: 'admin', shortcut: null, mode: InputOption::VALUE_NONE, description: 'Make the n…
H A DTreeCreate.php27 use Symfony\Component\Console\Input\InputOption; alias
46 …->addOption(name: 'name', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'The nam…
47 …->addOption(name: 'title', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'The ti…
H A DTreeExport.php31 use Symfony\Component\Console\Input\InputOption; alias
52 …->addOption(name: 'format', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'Expor…
53 …->addOption(name: 'filename', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'Exp…