Support multiple target files #32
No reviewers
Labels
No labels
Compat/Breaking
EditorConfig
0.17.2
Kind
Bug
Kind
Chore
Kind
Documentation
Kind
Enhancement
Kind
Feature
Kind
Testing
Packaging
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
WIP
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BaumiCoder/ecformat!32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/31-support-multiple-target-files"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Resolves #31
User perspective
Both commands,
checkandfix, now support to process multiple target files and folder. (For all given folders, recursively all files are processed. If you give a file directly and an (indirect) parent folder of it, the file is always only processed ones.)Developer perspective
To extend also the lib crate interface, the
CommandArgsstruct get a secondnewfunction to create an instance with multiple targets. Furthermore, the renamedtargetsgetter of the struct is now only visible inside the crate as there is no need to use it from the outside. (Assumption: Currently not used yet from the outside.)