3, 'parameters' => [ [ 'name' => 'verbose', 'type' => 'boolean', 'shortcut' => 'v', 'description' => 'Verbose mode' ], [ 'name' => 'user', 'type' => 'string', 'shortcut' => 'u', 'description' => 'Generis User (must be a TAO Manager)' ], [ 'name' => 'password', 'type' => 'string', 'shortcut' => 'p', 'description' => 'Generis Password' ], [ 'name' => 'model', 'type' => 'string', 'shortcut' => 'm', 'description' => 'The target model URI. If not provided, the target model will xml:base. If no xml:base is found, the local model is used. If provided, it will override the value of xml:base.' ], [ 'name' => 'input', 'type' => 'file', 'shortcut' => 'i', 'description' => 'The canonical path to the RDF input file to import' ] ] ]);