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
wp scaffold post-type accepts --dashicon=<dashicon> as an argument.
If I enter --dashicon=dashicon-info as my command, it seems sensible to strip my entered 'dashicon-' such that the end result is 'dashicon-info', not 'dashicon-dashicon-info'.