generated from salesforcecli/plugin-template-sf
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: use new inquirer (wip) * test: generated plugin as test fixture * refactor: this.answers because tests use it * test: ut assertions move to nut * refactor: fewer class members * test: split audit messages test, use nut for cmd execution * chore: bump oclif to fix readme * chore: pr feedback * chore: deps, exclude fixture nuts * refactor: invoke duration prompts properly * refactor: custom flag is invoked () * chore: library prompts work * fix: integer requires default when min/max * fix: option flag is invoked () + test * chore: msg typo * feat: prompt for choices for options/custom flags * refactor: class => functions, ut test without sinon/stubs * feat: optional summary (use basic flags), options * feat: flag descriptions * chore: remaining descriptions * refactor: as const * chore: don't ask multiple for standard flags * chore: invoke flags with no properties * chore: bump teskit * docs: readme
- Loading branch information
Showing
34 changed files
with
9,118 additions
and
948 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
*.cjs/ | ||
test/fixtures |
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
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
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
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
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
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.