@override Widget generate(Context context) { if (target == null) return Command('kill'); return Command('kill $target'); }