Create options for tarball output.
()
| 375 | |
| 376 | /// Create options for tarball output. |
| 377 | pub fn tarball() -> Self { |
| 378 | Self::default().format(ArchiveFormat::TarGz) |
| 379 | } |
| 380 | |
| 381 | /// Check if a path should be included based on patterns. |
| 382 | pub fn should_include(&self, path: &str) -> bool { |