humanmade / humanmade/hm-content-import
Remove percentage progress bar from CLI command, add item per line output
Open
- Dominant language
- PHP
- Stars
- 30
- Forks
- 7
- Avg merge
- 6h 39m
- Merged PRs (30d)
- 2
Description
Percentage progress isn't particularly useful for script debug purposes and discourages verbose output.
Instead of `10%===== ` Default output should be more like:
`123/1000 Importing {content type} canonical ID : {Canonical ID}`
`124/1000 Importing {content type} canonical ID : {Canonical ID}`
Verbose flag can still be supported but should be a dependent on a secondary argument on the iterator `debug` function `verbose_only`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.