carbon-io / carbond

MIT License
2 stars 5 forks source link

move cmdargs into the constructor and require using `atom`'s operators (`$merge`, etc) #313

Open gregbanks opened 6 years ago

gregbanks commented 6 years ago

this will break existing services since they will be expecting their cmdargs to be merged into the default cmdargs via _.assign on initialization.

@willshulman, should this go into 0.7?