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
Flags and options cannot be merged in a single block. For instance lets -ht lint returns Error: unknown task: -ht. Not necessarily a problem, it works with individual options/flags like lets -h -t lint, but maybe that's worth fixing?
Flags and options cannot be merged in a single block. For instance
lets -ht lintreturnsError: unknown task: -ht. Not necessarily a problem, it works with individual options/flags likelets -h -t lint, but maybe that's worth fixing?