userOptions property

List<String> get userOptions

All aliases exposed to the user.

Implementation

static List<String> get userOptions => all.expand((e) => e.aliases).toList();