RMichelsen / Nvy

Nvy - A Neovim client in C++
MIT License
333 stars 28 forks source link

Passing file name #132

Open yashamon opened 1 month ago

yashamon commented 1 month ago

It appears there is no option for passing file name when opening nvy. That is nvy blah does not work on command line. My nvy is built locally on arm64.

If indeed missing, please add this.

dreamtrail commented 1 month ago

There is a bug in the command line parser that prevents the filename from being properly parsed.