Decorator function for marking arguments as a part of task arguments. Basically it gives you an ability
to name argument whatever you like and just use @Decorators.Arguments to link CLI arguments to function arguments.
Example: public async perform(@Decorators.Arguments() myArgsName: SomeDto)
Decorator function for marking arguments as a part of task arguments. Basically it gives you an ability to name argument whatever you like and just use @Decorators.Arguments to link CLI arguments to function arguments.
Example: public async perform(@Decorators.Arguments() myArgsName: SomeDto)