Show More
@@ -2635,8 +2635,8 b' Defaulting color scheme to \'NoColor\'"""' | |||||
2635 | You can use the %l specifier in an alias definition to represent the |
|
2635 | You can use the %l specifier in an alias definition to represent the | |
2636 | whole line when the alias is called. For example: |
|
2636 | whole line when the alias is called. For example: | |
2637 |
|
2637 | |||
2638 |
In [2]: alias |
|
2638 | In [2]: alias bracket echo "Input in brackets: <%l>" | |
2639 |
In [3]: |
|
2639 | In [3]: bracket hello world | |
2640 | Input in brackets: <hello world> |
|
2640 | Input in brackets: <hello world> | |
2641 |
|
2641 | |||
2642 | You can also define aliases with parameters using %s specifiers (one |
|
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