true.rst 286 B

12345678910111213141516171819202122232425262728
  1. true command
  2. ============
  3. Synopsis
  4. --------
  5. ::
  6. true
  7. Description
  8. -----------
  9. The true command sets the return value $? to 0 (true).
  10. Example
  11. -------
  12. ::
  13. => true; echo $?
  14. 0
  15. =>
  16. Configuration
  17. -------------
  18. The true command is only available if CONFIG_HUSH_PARSER=y.