Commit Graph

5 Commits

Author SHA1 Message Date
Ninad Sachania
b9e387ed6d LibShell/Builtin: Add a blank line before the timing report 2024-11-07 07:24:24 -05:00
Ninad Sachania
7d1d5450a4 LibShell/Builtin: Add spaces to make the output more consistent 2024-11-07 07:24:24 -05:00
Ali Mohammad Pur
8371f26fae LibShell: Make 'bool' argsparser arguments not take a value 2024-10-09 12:39:08 +02:00
Ali Mohammad Pur
abc697b68b LibShell: Avoid UAFs in argsparser_parse
Core::ArgsParser does not copy the arguments anywhere, so all the
strings allocated have to stay alive until the end of the function.
2024-10-09 12:39:08 +02:00
Liav A.
d46be35f3f Userland: Move Shell code to be in a library directory
This change ensures that users can use LibShell easily understand this
library now, because we have an actual library directory.

In addition to that, we move the test scripts to Tests/LibShell, to
match the usual pattern of putting test-related files in the Tests/
directory.
2024-10-04 10:56:27 +02:00