Skip to content

Commit

Permalink
added to executing commands
Browse files Browse the repository at this point in the history
  • Loading branch information
webzakimbo committed Jan 20, 2023
1 parent a93f238 commit 6a918f7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/source/usage/executing-commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,18 @@ OR, using dot-notation
> bcome
> child.granchild.foo
OR, a dot-notation example passing in parameters, for e.g. ``run``:
OR, a dot-notation example passing in parameters:

.. code-block:: bash
> bcome
> child.grandchild.run "/some/command parameter"
> child.grandchild.run "parameter"
.. note::

When you an enter an IRB session, you are in the scope of an instance of a Ruby object (see: :doc:`../core-concepts/node`).
.. hint::

Bcome's Console assigns an instance of your node as this session object.
When you a enter a Bcome session you are in the scope of an instance of a Ruby object (see: :doc:`../core-concepts/node`), representing the current node.

Each level within your Bcome instance will be associated with a different node object.

Invoking commands with Keyed-access
-----------------------------------
Expand Down

0 comments on commit 6a918f7

Please sign in to comment.