-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #134 from Lightning-Flow-Scanner/feat/flow-fix-cmd
feat: add flow:fix command
- Loading branch information
Showing
12 changed files
with
1,896 additions
and
1,321 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 |
---|---|---|
|
@@ -12,3 +12,4 @@ node_modules | |
coverage/** | ||
.yarn/install-state.gz | ||
oclif.manifest.json | ||
*.log |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"commandDescription":"Fix common problems using lfs core engine. Rule definitions that specifies autoFixable can be executed and fixes may be applied automatically", | ||
"flagsDirsDescription":"Specify one or more Directorie(s) to find flows and fix", | ||
"flagsRulesDescription": "Specify one or more Rule Id(s) to run", | ||
"flagsFilesDescription": "Specify one or more flow File(s) to run", | ||
"errorMutuallyExclusiveRequired": "Specify a directory or a file but not both" | ||
} |
Oops, something went wrong.