##// END OF EJS Templates
Add option to force silence %cd
Add option to force silence %cd

File last commit:

r24831:f795da9a
r24831:f795da9a
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]: