Skip to content

Commit

Permalink
add --remove-notebook-metadata to filter
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirroni committed Oct 28, 2022
1 parent 28de057 commit b07f6d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/nb_clean/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,12 @@ def parse_args(args: List[str]) -> argparse.Namespace:
action="store_true",
help="remove empty cells",
)
add_filter_parser.add_argument(
"-M",
"--remove-notebook-metadata",
action="store_true",
help="remove notebook metadata",
)
add_filter_parser.add_argument(
"-m",
"--preserve-cell-metadata",
Expand Down

0 comments on commit b07f6d6

Please sign in to comment.