Skip to content

Commit

Permalink
Merge pull request #557 from jupyter/docs-details
Browse files Browse the repository at this point in the history
add 'details' flag to CLI docs
  • Loading branch information
vidartf committed Jan 7, 2021
2 parents f6beb60 + 206fee8 commit 75363a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ the following flags to any of the diff commands:
- ``--outputs`` / ``-o``
- ``--metadata`` / ``-m``
- ``--attachments`` / ``-a``
- ``--details`` / ``-d``

These flags can be combined, e.g. `-sm` will only process source and metadata.
Alternatively, you can supply some arguments to process everything *except* some
Expand All @@ -79,7 +80,9 @@ parts:
- ``--ignore-outputs`` / ``-O``
- ``--ignore-metadata`` / ``-M``
- ``--ignore-attachments`` / ``-A``
- ``--ignore-details`` / ``-D``

Above "details" refer to things like execution count etc.


Merging
Expand Down

0 comments on commit 75363a0

Please sign in to comment.