Description
cqlsh DESCRIBE with all the system keyspaces is less useful than than DESCRIBE output with just the user's keyspaces - you can dump/restore schema directly this way. This seems to be a way better default to me.
Attaching a patch that skips all the system keyspaces for regular DESCRIBE SCHEMA and adds DESCRIBE FULL SCHEMA alternative that includes system, system_auth and system_traces.