Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Validation complete used without nargs" error on stable #154

Open
melMass opened this issue Mar 20, 2024 · 0 comments
Open

"Validation complete used without nargs" error on stable #154

melMass opened this issue Mar 20, 2024 · 0 comments

Comments

@melMass
Copy link

melMass commented Mar 20, 2024

Hi,

I can provide more info/context soon but I just wanted to log it already in case anyone has a clue.
I have a toy project to test out nvim-oxi and the current version compiles fine for either nightly or stable.

I'm now adding a custom command:

let opts = CreateCommandOpts::builder()
        .bang(true)
        .desc("play audio using echo.nvim")
        .nargs(CommandNArgs::ZeroOrOne)
        .build();

And since then the stable build errors out with the title of this issue, nightly still works fine:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant