How to run the live command name from where this runner is used: name inside metro live, otherwise metro live:name.
name
metro live
metro live:name
String commandName(String name) => session == null ? 'metro live:$name' : name;