list.rst.inc 428 B

1234567891011121314151617181920212223
  1. .. _attic_list:
  2. attic list
  3. ----------
  4. ::
  5. usage: attic list [-h] [-v] REPOSITORY_OR_ARCHIVE
  6. List archive or repository contents
  7. positional arguments:
  8. REPOSITORY_OR_ARCHIVE
  9. repository/archive to list contents of
  10. optional arguments:
  11. -h, --help show this help message and exit
  12. -v, --verbose verbose output
  13. Description
  14. ~~~~~~~~~~~