examples property
Example invocations demonstrating how to use the command.
Returns an empty list by default.
Implementation
@override
List<String> get examples => const [
'fkit run',
'fkit run development',
'fkit run production -r',
'fkit run production -p',
'fkit run -t web',
];