##// END OF EJS Templates
Merge pull request #11509 from danielballan/xmode-minimal...
Merge pull request #11509 from danielballan/xmode-minimal Add new exception-reporting mode and %tb mode option.

File last commit:

r24831:f795da9a
r24857:78441b6a merge
Show More
cd-force-quiet-config.rst
15 lines | 299 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / cd-force-quiet-config.rst
Reuben Morais
Add option to force silence %cd
r24831 OSMagics.cd_force_quiet configuration option
============================================
You can set this option to force the %cd magic to behave as if ``-q`` was passed:
::
In [1]: cd /
/
In [2]: %config OSMagics.cd_force_quiet = True
In [3]: cd /tmp
In [4]: