Tags: aiszlab/jarvis
Tags
feat: enhance changeset command to accept subcommands and add remove … …functionality - Updated the `add` function in `src/changesets/index.ts` to accept an optional command argument. - Modified the command handling in `src/index.ts` to support subcommands for changesets. - Introduced a new `remove` command that allows users to remove files or directories using the `rimraf` package. - Created a new module in `src/remove/index.ts` to handle the removal logic.