args property

List<String> args
getter/setter pair

all arguments

example run ftc create module

print(args); // [module]

Implementation

List<String> args = _getArgs();