repo: https://github.com/u-boot/u-boot commit: d80bb749fab53da72c4a0e09b8c2d2aaa3103c91 Change-Id: Ie6434426e1ec15bc08bb1832798e371f3fd5fb29
29 lines
286 B
ReStructuredText
29 lines
286 B
ReStructuredText
true command
|
|
============
|
|
|
|
Synopsis
|
|
--------
|
|
|
|
::
|
|
|
|
true
|
|
|
|
Description
|
|
-----------
|
|
|
|
The true command sets the return value $? to 0 (true).
|
|
|
|
Example
|
|
-------
|
|
|
|
::
|
|
|
|
=> true; echo $?
|
|
0
|
|
=>
|
|
|
|
Configuration
|
|
-------------
|
|
|
|
The true command is only available if CONFIG_HUSH_PARSER=y.
|