-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refact(cli)!: restructure CLI argument handling including improved AP…
…I (with API References) (#19) * refact: restructure command and flag handling by removing deprecated files and introducing new Command and Flag classes * refact: remove obsolete test files for flags, utils, types, and usage generator * refact: update ESLint configuration to remove specific file patterns and add ignore rules for build artifacts * refact: update format scripts to include TypeScript files in test and src directories * refact: standardize formatting in types.ts file * refact: update format scripts to include documentation files in formatting checks * docs: add API references for Command, Flag, Setup, and Scope classes * docs: update README to enhance structure and clarity * refact: update vitest configuration to exclude additional directories from coverage * test: update Flag parser test to use async expect for rejection * refact: add coverage thresholds for functions, lines, statements, and branches * docs: enhance CONTRIBUTING.md for clarity and structure * chore: update version to 0.4.0 and enhance description in package.json
- Loading branch information
Showing
32 changed files
with
2,006 additions
and
1,563 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.