Skip to content


Closed Can't call an action taking an argument with "null"
nuiton / nuiton-utils #278 · created by Tony Chemit
AS of 3.0-rc8, if we have an action,
MyClass {
    doSomething(String pattern) {

    }
}
we can't call it with only:
./myapp MyClass#doSomething
we must do (at least)
./myapp MyClass#doSomethin...
updated
Open Can't call an action taking an argument with "null"
nuiton / nuiton-config #50 · created by Tony Chemit
AS of 3.0-rc8, if we have an action,
MyClass {
    doSomething(String pattern) {

    }
}
we can't call it with only:
./myapp MyClass#doSomething
we must do (at least)
./myapp MyClass#doSomethin...
updated