valeriobelli / gh-milestone

GitHub CLI extension for managing Milestones
MIT License
54 stars 2 forks source link

Unknown option argument --wait #32

Open FliiFe opened 5 months ago

FliiFe commented 5 months ago

Description

Can't edit milestone text

? Description [(e) to launch nvim --wait, enter to skip] nvim: Unknown option argument: "--wait"

Current behavior

This line calls the user's editor with the argument --wait, which is non standard. This argument belongs inside the EDITOR variable or in a shim, but not in this project.

Expected behavior

The editor opens, I can type text and when I exit the editor the milestone creation resumes

Environment: