Hi Rob,<br><br> As mentioned in the docs, <b>toys.argv</b> contains the original (raw) command line options.<br>But in <b>main()</b> function in main.c you are trimming the argv[0] to only the command name.<br><br>I have an use case, where the entire argv[0] is required. It is in the case when I want to launch the<br>
<b>shell</b> with '-' in front, to denote it as login shell. Since argv[0] is trimmed, I do not get the complete<br>argument value at my command_main() function.<br><br>What are your plans of handling this case in <b>shell </b>implementation?<br>
<br>regards,<br>Ashwini Kumar<br>