Make files arg optional for complete#112
Conversation
|
Diff Coverage: Not applicable. There was no coverage data reported for the files in this diff. Total Coverage: This PR will not change total coverage. 🛟 Help
|
noahd1
left a comment
There was a problem hiding this comment.
Seems low risk considering that we're being more permissive not less.
Why specify a default value if not required? Seems like a default is most helpful in cases where a value is required.
Mostly to keep following the existing convention (every param has a default value except |
#103