Skip to content

Conversation

@leeabc
Copy link

@leeabc leeabc commented Mar 6, 2023

Description

This PR adds a new exclude option to the extract command in ttag-cli, allowing users to exclude specific files or directories from the extraction process. The exclude option takes an array of strings, which can be either file or directory paths to exclude.

The implementation includes a new --exclude or -e flag in the yargs configuration object, which passes the value of argv.exclude to the extract function. The function then uses this array to exclude the specified files and directories from the extraction process.

Changes Made

Added a new exclude option to the extract command in ttag-cli
Implemented the --exclude or -e flag in the yargs configuration object
Passed the argv.exclude value to the extract function to exclude specified files and directories from the extraction process

Checklist

  • I have tested this code
  • I have updated the documentation
  • I have added appropriate tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants