2
0

extract.rst.inc 634 B

12345678910111213141516171819202122232425
  1. attic extract
  2. -------------
  3. ::
  4. usage: attic extract [-h] [-v] [-e PATTERN] [--numeric-owner]
  5. ARCHIVE [PATH [PATH ...]]
  6. Extract archive contents
  7. positional arguments:
  8. ARCHIVE archive to extract
  9. PATH paths to extract
  10. optional arguments:
  11. -h, --help show this help message and exit
  12. -v, --verbose verbose output
  13. -e PATTERN, --exclude PATTERN
  14. exclude paths matching PATTERN
  15. --numeric-owner only obey numeric user and group identifiers
  16. Description
  17. ~~~~~~~~~~~