You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be nice to enable setting aliases in emlop.toml, as a shortcut for common args.
Might need a bit of trickery to avoid parsing args twice, but it shouldn't be too hard: peek the first arg, and if it matches a config entry, prepend the corresponding args before calling clap.
It'd be nice to enable setting aliases in
emlop.toml
, as a shortcut for common args.Might need a bit of trickery to avoid parsing args twice, but it shouldn't be too hard: peek the first arg, and if it matches a config entry, prepend the corresponding args before calling
clap
.The text was updated successfully, but these errors were encountered: