mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +00:00
LibMain: Rename .arguments to .strings :^)
Before this change, we would need to write arguments.arguments to access the Span<>, which doesn't feel too pretty.
This commit is contained in:
parent
75978d5fff
commit
a436f0c668
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ namespace Main {
|
|||
struct Arguments {
|
||||
int argc {};
|
||||
char** argv {};
|
||||
Span<StringView> arguments;
|
||||
Span<StringView> strings;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue