# Pastebin unpQwUSH module Librerify { use Zef::CLI; my %cmds = do for &MAIN.candidates>>.signature>>.params { my @params = .self; my $cmd = @params.shift.constraint_list().head() if @params.head.constraint_list ~~ { .elems == 1 && .head ~~ Str }; $cmd => &MAIN.assuming($cmd) if $cmd } %cmds("Red") }