-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document corner case parsing cell metadata fields in CLI
Because `--preserve-cell-metadata` can take zero or more arguments, the argument parser assigns any positional arguments following this flag as fields to preserve rather than notebook paths to process. This means if you're not passing any custom fields to preserve, the `--preserve-cell-metadata` flag needs to appear after the paths to be processed, or the notebook path should be preceded with `--` to tell the argument parser it's not an argument to `--preserve-cell-metadata`.
- Loading branch information
1 parent
7c53743
commit 80e46d2
Showing
1 changed file
with
65 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters