nmattia/niv

Present a diff of the update before writing it to file

Open

#75 opened on Jun 12, 2019

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Haskell (77 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (1,829 stars)
PR merge metrics
 (Avg merge 2d 21h) (1 merged PR in 30d)

Description

I'd like to have niv produce a (git-like) diff of the PackageSpec before it's written to file. This could be a CLI opt like niv update --dry-run or niv update --give-choice.

Note: we're gonna run into some difficulties if #73 is implemented.

Contributor guide