Andreas Kling
7341faceeb
cat: Remove accidentally-committed unused macro
2021-11-27 00:48:44 +01:00
Andreas Kling
f1cc3d0fc4
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
...
...and remove the Vector<String> variant since there are no remaining
users of this API.
2021-11-26 23:27:57 +01:00
Andreas Kling
5bf6503ed1
cat: Use TRY() and LibCore syscall wrappers a lot more :^)
2021-11-26 23:27:57 +01:00
Kenneth Myhra
507de4bc1d
cat: Port to LibMain :^)
2021-11-25 21:40:52 +01:00
Andreas Kling
39369f1da6
Utilities: Use Vector<String> positional arguments in some places
...
There are more places we can use these, I just picked some that felt
like they improved the code.
2021-04-29 11:28:01 +02:00
Brian Gianforcaro
1682f0b760
Everything: Move to SPDX license identifiers in all files.
...
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
2021-04-22 11:22:27 +02:00
Andreas Kling
ececac65c2
Userland: Move command-line utilities to Userland/Utilities/
2021-01-12 12:04:09 +01:00