You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The --force/-F options do not work for local exports, from the code I'm not totally sure they work for publish as the code seems to quit before that.
I know that most of the sense here is to have it be valid by the schema, but with dates having to specify a day (jsonresume/resume-schema/#142) and dates that can not be left out for current, this simply isn't feasible for me.
I was thinking about fixing up a PR, but with the force option only available on program and that not being available in the waterfall scope (from what I can tell) that seems like some work. Happy to cook up a PR if good advice flies in.
The text was updated successfully, but these errors were encountered:
The --force/-F options do not work for local exports, from the code I'm not totally sure they work for publish as the code seems to quit before that.
I know that most of the sense here is to have it be valid by the schema, but with dates having to specify a day (jsonresume/resume-schema/#142) and dates that can not be left out for current, this simply isn't feasible for me.
For people with the same problem, try commenting out this line: https://github.com/jsonresume/resume-cli/blob/master/lib/waterfallArray.js#L73
I was thinking about fixing up a PR, but with the force option only available on program and that not being available in the waterfall scope (from what I can tell) that seems like some work. Happy to cook up a PR if good advice flies in.
The text was updated successfully, but these errors were encountered: