comparison doc/jp/shell.rst @ 3092:9464ad3b2ece

doc (jp/shell): typos
author Goffi <goffi@goffi.org>
date Fri, 20 Dec 2019 12:28:04 +0100
parents 72583524cfd3
children
comparison
equal deleted inserted replaced
3091:2e1c3d33099b 3092:9464ad3b2ece
60 60
61 Similarly, you can use ``..`` to move to parent command:: 61 Similarly, you can use ``..`` to move to parent command::
62 62
63 pubsub/node/info> cmd .. 63 pubsub/node/info> cmd ..
64 64
65 On of the interesting feature of shell is that you can fix an argument, i.e. indicate 65 One of the interesting feature of shell is that you can fix an argument, i.e. indicate
66 the value to use in the next commands. For instance if you're willing to work on a 66 the value to use in the next commands. For instance if you're willing to work on a
67 specific node, you can set its value with ``use``:: 67 specific node, you can set its value with ``use``::
68 68
69 blog> use node some_interesting_node 69 blog> use node some_interesting_node
70 70
95 do 95 do
96 -- 96 --
97 97
98 Launch a jp command. By default the command is launched if you enter directly its name and 98 Launch a jp command. By default the command is launched if you enter directly its name and
99 arguments, but if a command or argument conflict with a shell command, the shell command 99 arguments, but if a command or argument conflict with a shell command, the shell command
100 will be launcher instead. The ``do`` command avoid such a situation by always launching a 100 will be launched instead. The ``do`` command avoid such a situation by always launching a
101 jp command:: 101 jp command::
102 102
103 > do blog get -m 2 103 > do blog get -m 2
104 104
105 exit 105 exit