ShellScripts constructor
const
ShellScripts({})
Creates a ShellScripts annotation.
scriptsPath specifies the path to the shell scripts directory.
enableParameters determines whether method parameters are enabled. Defaults to true.
methodPrefix sets the prefix for generated method names. Defaults to 'get'.
Implementation
const ShellScripts({
required this.scriptsPath,
this.enableParameters = true,
this.methodPrefix = 'get',
});