Returns the exclude list from the command line arguments
List<String> get excludeFromArgs => argResults?['exclude'] as List<String>? ?? ['flutter'];