Re: [PR] apps/nsh_commands: Use quit to poweroff [nuttx-apps]

2024-04-13 Thread via GitHub


xiaoxiang781216 merged PR #2355:
URL: https://github.com/apache/nuttx-apps/pull/2355


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] apps/nsh_commands: Use quit to poweroff [nuttx-apps]

2024-04-12 Thread via GitHub


acassis commented on PR #2355:
URL: https://github.com/apache/nuttx-apps/pull/2355#issuecomment-2052505222

   I tried to use "exit", but exit is already used internally to exit from nsh 
or telnet, where poweroff is used to turn-off the board


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] apps/nsh_commands: Use quit to poweroff [nuttx-apps]

2024-04-12 Thread via GitHub


cederom commented on PR #2355:
URL: https://github.com/apache/nuttx-apps/pull/2355#issuecomment-2052497951

   Unix uses `exit` rather than `quit` can we change that to `exit` ?
   
   Also it would be nice to configure `exit` behavior to be `poweroff` or 
`reboot`..? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org