option('pam_dir', type: 'string', value: '', description: 'Set the pam_howdy destination directory') #option('fetch_dlib_data', type: 'boolean', value: false, description: 'Download dlib data files') option('config_dir', type: 'string', value: '', description: 'Set the howdy config directory') option('dlib_data_dir', type: 'string', value: '', description: 'Set the dlib data directory') option('user_models_dir', type: 'string', value: '', description: 'Set the user models directory') option('data_dir', type: 'string', value: '', description: 'Set the howdy data directory') option('log_path', type: 'string', value: '/var/log/howdy', description: 'Set the log file path') option('install_in_site_packages', type: 'boolean', value: false, description: 'Install howdy python files in site packages') option('py_sources_dir', type: 'string', value: '', description: 'Set the python sources directory')