mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
...and remove the Vector<String> variant since there are no remaining users of this API.
This commit is contained in:
parent
395ba619d8
commit
f1cc3d0fc4
Notes:
sideshowbarker
2024-07-18 00:38:48 +09:00
Author: https://github.com/awesomekling
Commit: f1cc3d0fc4
17 changed files with 31 additions and 47 deletions
|
@ -16,7 +16,7 @@
|
|||
int main(int argc, char** argv)
|
||||
{
|
||||
const char* zip_path;
|
||||
Vector<String> source_paths;
|
||||
Vector<StringView> source_paths;
|
||||
bool recurse = false;
|
||||
bool force = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue