##// END OF EJS Templates
Fix broken example in %alias docstring ('all' is now a builtin)
Fernando Perez -
Show More
@@ -2635,8 +2635,8 b' Defaulting color scheme to \'NoColor\'"""'
2635 2635 You can use the %l specifier in an alias definition to represent the
2636 2636 whole line when the alias is called. For example:
2637 2637
2638 In [2]: alias all echo "Input in brackets: <%l>"
2639 In [3]: all hello world
2638 In [2]: alias bracket echo "Input in brackets: <%l>"
2639 In [3]: bracket hello world
2640 2640 Input in brackets: <hello world>
2641 2641
2642 2642 You can also define aliases with parameters using %s specifiers (one
General Comments 0
You need to be logged in to leave comments. Login now