stack amend: without arguments must not `git add` untracked files
The current implementation of glab stack amend will git add untracked files which is almost always not the desired behavior. I would expect it to work like git - basically only amend files which are staged.