Skip to main content
Version: 2.0.0

tdk unset

Drop a setting back to its default.

The counterpart of 'tdk set': it removes what was stored for every setting it is given, so the shipped default applies again. More than one can be unset at once.

Examples:

tdk unset --hints
tdk unset --prompt
tdk unset --server
tdk unset --coll # unpin the collection only
tdk unset --proj # unpins the collection too
tdk unset --all # every setting
tdk unset \
--hints \
--prompt \
--server \
--proj \
--coll \
--all
FlagTypeRequiredDescription
--hintsflagOptionalRestore the hints default (true).
--promptflagOptionalRestore the prompting default (true).
--serverflagOptionalClear the configured server.
--proj, -PflagOptionalUnpin the project. Unpins the collection too, since a collection pin only resolves under a project.
--coll, -cflagOptionalUnpin the collection.
--allflagOptionalUnset every setting: shorthand for all the flags above, leaving every one of them at its default.