Skip to content

Error on autocomplete if paramOptions is null when isProgramRunning #3

Description

@TheNinjask
if (isProgramRunning.get() && cmd != null) {
						String[] paramOptions = cmd.getParamOptions(args.length - 1, currArgs);
						options = Stream.of(paramOptions).filter(c -> c.startsWith(ref)).toList();
					}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions