puter/packages
Sam Atkins 4067c82486 feat(phoenix): Expose parsed arg tokens to apps that request them
Some shell apps care about what order the arguments appear in. When
`parseArgs()` is called with `tokens: true`, it produces this `tokens`
array which represents all the command line options and arguments, in
order, which is useful for these more advanced cases.
2024-05-31 15:49:32 +01:00
..
backend feat(backend): allow services to provide whoami values 2024-05-30 17:11:06 -04:00
git Implement git show 2024-05-22 16:00:42 +01:00
phoenix feat(phoenix): Expose parsed arg tokens to apps that request them 2024-05-31 15:49:32 +01:00
puter-js feat: Add exit status code to apps 2024-05-23 12:54:06 +01:00
puter-js-common Expose POSIX error name as PosixError.code 2024-05-22 08:56:50 +01:00
terminal fix(Terminal): Accept input from Chrome on Android 2024-05-14 16:10:30 +01:00