mirror of
https://github.com/chenasraf/massarg.git
synced 2026-05-18 01:39:05 +00:00
Updates
This commit is contained in:
92
assets/highlight.css
Normal file
92
assets/highlight.css
Normal file
@@ -0,0 +1,92 @@
|
||||
:root {
|
||||
--light-hl-0: #008000;
|
||||
--dark-hl-0: #6A9955;
|
||||
--light-hl-1: #795E26;
|
||||
--dark-hl-1: #DCDCAA;
|
||||
--light-hl-2: #000000;
|
||||
--dark-hl-2: #D4D4D4;
|
||||
--light-hl-3: #A31515;
|
||||
--dark-hl-3: #CE9178;
|
||||
--light-hl-4: #AF00DB;
|
||||
--dark-hl-4: #C586C0;
|
||||
--light-hl-5: #001080;
|
||||
--dark-hl-5: #9CDCFE;
|
||||
--light-hl-6: #0000FF;
|
||||
--dark-hl-6: #569CD6;
|
||||
--light-hl-7: #0070C1;
|
||||
--dark-hl-7: #4FC1FF;
|
||||
--light-hl-8: #000000FF;
|
||||
--dark-hl-8: #D4D4D4;
|
||||
--light-hl-9: #098658;
|
||||
--dark-hl-9: #B5CEA8;
|
||||
--light-code-background: #FFFFFF;
|
||||
--dark-code-background: #1E1E1E;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) { :root {
|
||||
--hl-0: var(--light-hl-0);
|
||||
--hl-1: var(--light-hl-1);
|
||||
--hl-2: var(--light-hl-2);
|
||||
--hl-3: var(--light-hl-3);
|
||||
--hl-4: var(--light-hl-4);
|
||||
--hl-5: var(--light-hl-5);
|
||||
--hl-6: var(--light-hl-6);
|
||||
--hl-7: var(--light-hl-7);
|
||||
--hl-8: var(--light-hl-8);
|
||||
--hl-9: var(--light-hl-9);
|
||||
--code-background: var(--light-code-background);
|
||||
} }
|
||||
|
||||
@media (prefers-color-scheme: dark) { :root {
|
||||
--hl-0: var(--dark-hl-0);
|
||||
--hl-1: var(--dark-hl-1);
|
||||
--hl-2: var(--dark-hl-2);
|
||||
--hl-3: var(--dark-hl-3);
|
||||
--hl-4: var(--dark-hl-4);
|
||||
--hl-5: var(--dark-hl-5);
|
||||
--hl-6: var(--dark-hl-6);
|
||||
--hl-7: var(--dark-hl-7);
|
||||
--hl-8: var(--dark-hl-8);
|
||||
--hl-9: var(--dark-hl-9);
|
||||
--code-background: var(--dark-code-background);
|
||||
} }
|
||||
|
||||
:root[data-theme='light'] {
|
||||
--hl-0: var(--light-hl-0);
|
||||
--hl-1: var(--light-hl-1);
|
||||
--hl-2: var(--light-hl-2);
|
||||
--hl-3: var(--light-hl-3);
|
||||
--hl-4: var(--light-hl-4);
|
||||
--hl-5: var(--light-hl-5);
|
||||
--hl-6: var(--light-hl-6);
|
||||
--hl-7: var(--light-hl-7);
|
||||
--hl-8: var(--light-hl-8);
|
||||
--hl-9: var(--light-hl-9);
|
||||
--code-background: var(--light-code-background);
|
||||
}
|
||||
|
||||
:root[data-theme='dark'] {
|
||||
--hl-0: var(--dark-hl-0);
|
||||
--hl-1: var(--dark-hl-1);
|
||||
--hl-2: var(--dark-hl-2);
|
||||
--hl-3: var(--dark-hl-3);
|
||||
--hl-4: var(--dark-hl-4);
|
||||
--hl-5: var(--dark-hl-5);
|
||||
--hl-6: var(--dark-hl-6);
|
||||
--hl-7: var(--dark-hl-7);
|
||||
--hl-8: var(--dark-hl-8);
|
||||
--hl-9: var(--dark-hl-9);
|
||||
--code-background: var(--dark-code-background);
|
||||
}
|
||||
|
||||
.hl-0 { color: var(--hl-0); }
|
||||
.hl-1 { color: var(--hl-1); }
|
||||
.hl-2 { color: var(--hl-2); }
|
||||
.hl-3 { color: var(--hl-3); }
|
||||
.hl-4 { color: var(--hl-4); }
|
||||
.hl-5 { color: var(--hl-5); }
|
||||
.hl-6 { color: var(--hl-6); }
|
||||
.hl-7 { color: var(--hl-7); }
|
||||
.hl-8 { color: var(--hl-8); }
|
||||
.hl-9 { color: var(--hl-9); }
|
||||
pre, code { background: var(--code-background); }
|
||||
59
assets/main.js
Normal file
59
assets/main.js
Normal file
File diff suppressed because one or more lines are too long
1
assets/navigation.js
Normal file
1
assets/navigation.js
Normal file
@@ -0,0 +1 @@
|
||||
window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAAE6WX23LTMBCG38XcttC04dDedUILDBOSaTswQycXiq0kBvmAJHcSGN4d2bItWZJXSrmM9vcn76/djfX4J+J4z6OrKC5IQaOTqER8J35mRVIRzF41yy93PCMi9jPNk+jq/CSKdylJKM6jq8cecM9pmm/v+YFgheGHsodoAgN4dvl28vr87wnMekI0RWvi4p1OhsQLHYZyls7qJ9g4S2k8oGY7D0hqANCmoBniCrKp8pinRd5BZHwIeDPVAEykXpo5mRRNZKFWGiwusgyJdcfZN4Gg058jxhDdzkxWTERAYw11Q/Tk/J32Wq3yIyZlKFXTQuRrumWL9Q8cc7tQ5cNK4avUdrtZkW/S7RhuIPIR76o8x3QMJaPPfCu9QhxvZnaRUSeYUteEaJaDamSJKMM3Q0p3kpKiFND5fUUkTVCdCAgzZBAxZd+LxIApsyROaWCX9igr9bHV+yQDx3TTjcnqE2xZQx2UYStx12mHG4h8NTZCVAPRSXVMat29nehg27p6Nci3egB8wKJBEHfVRcMZaCDLWhF+qNMB+7zhjst9Tg6eXJR10YXuo6t928jpOMpV4RDQJ46zUUwdPCrpEXdVLXkcBv//A+yFNtKfAPdx+WuAlQQkJXiDKsIDgJYS7C6xhvd2ezXLx8wlCPFCaSRqOrmcXpzpXy9ZAKXVnE4sziqE1Aael1Q3LjrI3AUbzgrrRdS/R0fpMwL/Poqm2uyE5Pox+dwS5Mip5WiawG+wEFynC0B+qbI1dozoIVCqAnALwzY3buEw0fo0fBLfDZV1hWlBfdw33q4pRQdolvdAQ+cDBzCPwT2IB5MApqX7DwNUb4yZ4GgSnwMWNJgHWGBBLa2nnSueEmZ3c7Mc1MzvMS7v8K8qpTgxj0ZSdIXvUBKhnWO6xa4UJa6XAI7Vczp33l8lQ8ah+yvmC7qs2G6c0UsgTElS/q2gifMW3HJ6DXyfFscZu+/kLaeTABhezFCGyQwxwGBNBKKWiMXIy1IqAPZbXFzyKrulRSZutZ/xAfDL1joKfPUPDexxPDgSAAA="
|
||||
1
assets/search.js
Normal file
1
assets/search.js
Normal file
File diff suppressed because one or more lines are too long
1383
assets/style.css
Normal file
1383
assets/style.css
Normal file
File diff suppressed because it is too large
Load Diff
135
classes/command.MassargCommand.html
Normal file
135
classes/command.MassargCommand.html
Normal file
File diff suppressed because one or more lines are too long
110
classes/command.MassargHelpCommand.html
Normal file
110
classes/command.MassargHelpCommand.html
Normal file
File diff suppressed because one or more lines are too long
20
classes/error.ParseError.html
Normal file
20
classes/error.ParseError.html
Normal file
File diff suppressed because one or more lines are too long
18
classes/error.ValidationError.html
Normal file
18
classes/error.ValidationError.html
Normal file
File diff suppressed because one or more lines are too long
10
classes/example.MassargExample.html
Normal file
10
classes/example.MassargExample.html
Normal file
File diff suppressed because one or more lines are too long
40
classes/help.HelpGenerator.html
Normal file
40
classes/help.HelpGenerator.html
Normal file
File diff suppressed because one or more lines are too long
110
classes/massarg.Massarg.html
Normal file
110
classes/massarg.Massarg.html
Normal file
File diff suppressed because one or more lines are too long
42
classes/option.MassargFlag.html
Normal file
42
classes/option.MassargFlag.html
Normal file
File diff suppressed because one or more lines are too long
42
classes/option.MassargHelpFlag.html
Normal file
42
classes/option.MassargHelpFlag.html
Normal file
File diff suppressed because one or more lines are too long
37
classes/option.MassargNumber.html
Normal file
37
classes/option.MassargNumber.html
Normal file
File diff suppressed because one or more lines are too long
60
classes/option.MassargOption.html
Normal file
60
classes/option.MassargOption.html
Normal file
File diff suppressed because one or more lines are too long
1
functions/color.format.html
Normal file
1
functions/color.format.html
Normal file
File diff suppressed because one or more lines are too long
1
functions/color.stripColors.html
Normal file
1
functions/color.stripColors.html
Normal file
File diff suppressed because one or more lines are too long
1
functions/command.CommandConfig-1.html
Normal file
1
functions/command.CommandConfig-1.html
Normal file
File diff suppressed because one or more lines are too long
1
functions/error.isZodError.html
Normal file
1
functions/error.isZodError.html
Normal file
File diff suppressed because one or more lines are too long
1
functions/massarg.massarg-1.html
Normal file
1
functions/massarg.massarg-1.html
Normal file
File diff suppressed because one or more lines are too long
5
functions/option.ArrayOptionConfig-1.html
Normal file
5
functions/option.ArrayOptionConfig-1.html
Normal file
File diff suppressed because one or more lines are too long
1
functions/option.OptionConfig-1.html
Normal file
1
functions/option.OptionConfig-1.html
Normal file
File diff suppressed because one or more lines are too long
1
functions/option.TypedOptionConfig-1.html
Normal file
1
functions/option.TypedOptionConfig-1.html
Normal file
File diff suppressed because one or more lines are too long
1
functions/utils.deepMerge.html
Normal file
1
functions/utils.deepMerge.html
Normal file
File diff suppressed because one or more lines are too long
2
functions/utils.indent.html
Normal file
2
functions/utils.indent.html
Normal file
File diff suppressed because one or more lines are too long
1
functions/utils.setOrPush.html
Normal file
1
functions/utils.setOrPush.html
Normal file
File diff suppressed because one or more lines are too long
3
functions/utils.splitWords.html
Normal file
3
functions/utils.splitWords.html
Normal file
File diff suppressed because one or more lines are too long
5
functions/utils.strConcat.html
Normal file
5
functions/utils.strConcat.html
Normal file
File diff suppressed because one or more lines are too long
1
functions/utils.toCamelCase.html
Normal file
1
functions/utils.toCamelCase.html
Normal file
File diff suppressed because one or more lines are too long
1
functions/utils.toPascalCase.html
Normal file
1
functions/utils.toPascalCase.html
Normal file
File diff suppressed because one or more lines are too long
1
functions/utils.zodEnumFromObjKeys.html
Normal file
1
functions/utils.zodEnumFromObjKeys.html
Normal file
File diff suppressed because one or more lines are too long
313
index.html
Normal file
313
index.html
Normal file
File diff suppressed because one or more lines are too long
7
modules/color.html
Normal file
7
modules/color.html
Normal file
File diff suppressed because one or more lines are too long
7
modules/command.html
Normal file
7
modules/command.html
Normal file
File diff suppressed because one or more lines are too long
4
modules/error.html
Normal file
4
modules/error.html
Normal file
File diff suppressed because one or more lines are too long
4
modules/example.html
Normal file
4
modules/example.html
Normal file
File diff suppressed because one or more lines are too long
10
modules/help.html
Normal file
10
modules/help.html
Normal file
File diff suppressed because one or more lines are too long
3
modules/index.html
Normal file
3
modules/index.html
Normal file
File diff suppressed because one or more lines are too long
3
modules/massarg.html
Normal file
3
modules/massarg.html
Normal file
File diff suppressed because one or more lines are too long
12
modules/option.html
Normal file
12
modules/option.html
Normal file
File diff suppressed because one or more lines are too long
10
modules/utils.html
Normal file
10
modules/utils.html
Normal file
File diff suppressed because one or more lines are too long
1
types/color.StringStyle.html
Normal file
1
types/color.StringStyle.html
Normal file
File diff suppressed because one or more lines are too long
1
types/command.ArgsObject.html
Normal file
1
types/command.ArgsObject.html
Normal file
File diff suppressed because one or more lines are too long
1
types/command.CommandConfig.html
Normal file
1
types/command.CommandConfig.html
Normal file
File diff suppressed because one or more lines are too long
1
types/command.Runner.html
Normal file
1
types/command.Runner.html
Normal file
File diff suppressed because one or more lines are too long
16
types/example.ExampleConfig.html
Normal file
16
types/example.ExampleConfig.html
Normal file
File diff suppressed because one or more lines are too long
1
types/help.GenerateTableCommandConfig.html
Normal file
1
types/help.GenerateTableCommandConfig.html
Normal file
File diff suppressed because one or more lines are too long
1
types/help.GenerateTableOptionConfig.html
Normal file
1
types/help.GenerateTableOptionConfig.html
Normal file
File diff suppressed because one or more lines are too long
52
types/help.HelpConfig.html
Normal file
52
types/help.HelpConfig.html
Normal file
File diff suppressed because one or more lines are too long
1
types/help.HelpItem.html
Normal file
1
types/help.HelpItem.html
Normal file
File diff suppressed because one or more lines are too long
1
types/option.ArgvValue.html
Normal file
1
types/option.ArgvValue.html
Normal file
File diff suppressed because one or more lines are too long
5
types/option.ArrayOptionConfig.html
Normal file
5
types/option.ArrayOptionConfig.html
Normal file
File diff suppressed because one or more lines are too long
1
types/option.OptionConfig.html
Normal file
1
types/option.OptionConfig.html
Normal file
File diff suppressed because one or more lines are too long
1
types/option.TypedOptionConfig.html
Normal file
1
types/option.TypedOptionConfig.html
Normal file
File diff suppressed because one or more lines are too long
2
types/utils.DeepRequired.html
Normal file
2
types/utils.DeepRequired.html
Normal file
File diff suppressed because one or more lines are too long
1
variables/color.StringStyle-1.html
Normal file
1
variables/color.StringStyle-1.html
Normal file
File diff suppressed because one or more lines are too long
1
variables/color.ansiColors.html
Normal file
1
variables/color.ansiColors.html
Normal file
File diff suppressed because one or more lines are too long
1
variables/color.ansiStyles.html
Normal file
1
variables/color.ansiStyles.html
Normal file
File diff suppressed because one or more lines are too long
1
variables/example.ExampleConfig-1.html
Normal file
1
variables/example.ExampleConfig-1.html
Normal file
File diff suppressed because one or more lines are too long
1
variables/help.GenerateTableCommandConfig-1.html
Normal file
1
variables/help.GenerateTableCommandConfig-1.html
Normal file
File diff suppressed because one or more lines are too long
1
variables/help.GenerateTableOptionConfig-1.html
Normal file
1
variables/help.GenerateTableOptionConfig-1.html
Normal file
File diff suppressed because one or more lines are too long
1
variables/help.HelpConfig-1.html
Normal file
1
variables/help.HelpConfig-1.html
Normal file
File diff suppressed because one or more lines are too long
1
variables/help.defaultHelpConfig.html
Normal file
1
variables/help.defaultHelpConfig.html
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user