##// END OF EJS Templates
Wrote examples for %cdmagic...
Beetoju Anuradha -
Show More
@@ -2647,7 +2647,16 b' Defaulting color scheme to \'NoColor\'"""'
2647 since the default prompts do not display path information.
2647 since the default prompts do not display path information.
2648
2648
2649 Note that !cd doesn't work for this purpose because the shell where
2649 Note that !cd doesn't work for this purpose because the shell where
2650 !command runs is immediately discarded after executing 'command'."""
2650 !command runs is immediately discarded after executing 'command'.
2651
2652 Example
2653 --------
2654
2655 ::
2656
2657 In [10]: cd parent/child
2658 /home/tsuser/parent/child
2659 """
2651
2660
2652 parameter_s = parameter_s.strip()
2661 parameter_s = parameter_s.strip()
2653 #bkms = self.shell.persist.get("bookmarks",{})
2662 #bkms = self.shell.persist.get("bookmarks",{})
General Comments 0
You need to be logged in to leave comments. Login now