pub fn read_json_file<T>( shell: &Shell, file_path: impl AsRef<Path>, ) -> Result<T>where T: DeserializeOwned,