mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Harmonize Bash command syntax for easier line selection and copy-pasting
- Remove prompt or `$` sign which makes triple-click based selection more difficult and time-consuming. - Use `platform` instead of `p` alias in all SCons examples.
This commit is contained in:
@@ -28,7 +28,7 @@ For example, using ``gdb`` directly, you may do this:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
$ gdb godot
|
||||
gdb godot
|
||||
> run -e --path ~/myproject
|
||||
|
||||
You can also run the editor directly from your project's folder. In that case,
|
||||
@@ -36,8 +36,8 @@ only the ``-e`` option is required.
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
$ cd ~/myproject
|
||||
$ gdb godot
|
||||
cd ~/myproject
|
||||
gdb godot
|
||||
> run -e
|
||||
|
||||
You can learn more about these launch options and other command line arguments
|
||||
|
||||
Reference in New Issue
Block a user