Skip to content

Support "path" arg #3

Description

@scottrippey

From the CLI, it would be great to be able to do something like:

remove-git-ignored [PATH]

This would allow me to easily remove "sections" of ignored code; eg:
package.json

...
  "scripts": {
    "test:clean": "remove-git-ignored test",
    "build:clean": "remove-git-ignored build",
  }

I know I can do this, currently, with cd test && remove-git-ignored, but it would be more intuitive if the syntax was more similar to rm -r.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions