nessie
nessie copied to clipboard
[CLI] Add a git-rebase-like approach for `nessie commit [keys]` when committing multiple keys in one commit
Currently, when we have multiple keys, is the user make one file empty, it will be treated as Delete. However, this can lead to confusion and this, git-rebase-like where the user select which operation to edit and delete. Related to https://github.com/projectnessie/nessie/pull/2593#discussion_r744032260
It might be convenient to address #2392 as well, when we change how CLI gets user input for building a new commit.
Related: #3808
Closing as "not planned" as things have changed.