Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support exclude argv for ttag-cli extract function #147

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

1 participant