When I run wp option list, I always mean to list available options and I never mean to also see all data stored in transients.
Although they use the same underlying storage mechanism, they're conceptually different APIs in WordPress.
It'd be nice if wp option list defaulted to not displaying transients unless I explicitly passed the --transients flag.
When I run
wp option list, I always mean to list available options and I never mean to also see all data stored in transients.Although they use the same underlying storage mechanism, they're conceptually different APIs in WordPress.
It'd be nice if
wp option listdefaulted to not displaying transients unless I explicitly passed the--transientsflag.