ladybird/Userland/Applications/Assistant
Timothy 73c1b1617a Everywhere: Replace most cases of exit() with Application::quit()
Application::quit() is nicer for most cases where exit() is used. Cases
where exit() is used intentionally for early termination are left
intact.
2021-08-03 18:55:52 +02:00
..
CMakeLists.txt Userland: Add new app called Assistant 2021-06-28 16:29:02 +02:00
FuzzyMatch.cpp Assistant: Compare two chars instead of StringViews of length 1 2021-07-07 15:58:57 +02:00
FuzzyMatch.h Userland: Add new app called Assistant 2021-06-28 16:29:02 +02:00
main.cpp Everywhere: Replace most cases of exit() with Application::quit() 2021-08-03 18:55:52 +02:00
Providers.cpp Assistant: Trim terminal command before displaying or running it 2021-07-19 17:49:14 +02:00
Providers.h Assistant: Make more of the classes final 2021-07-03 22:38:53 +02:00