From ac4c0370b4f0b642c3a90a241a1020d72ee89c54 Mon Sep 17 00:00:00 2001 From: calacayir <152933711+calacayir@users.noreply.github.com> Date: Fri, 15 Dec 2023 03:41:02 -0800 Subject: [PATCH] Dropped DotMake prefix from all classes to follow the .NET naming conventions. Namespace should be sufficient to prevent future conflicts. So the attribute names are now CliCommandAttribute, CliOptionAttribute, CliArgumentAttribute and main parse/run class name is now Cli. --- docs/README.md | 112 ++++----- docs/api/fti/FTI_100.json | 2 +- docs/api/fti/FTI_101.json | 2 +- docs/api/fti/FTI_102.json | 2 +- docs/api/fti/FTI_103.json | 2 +- docs/api/fti/FTI_104.json | 2 +- docs/api/fti/FTI_105.json | 2 +- docs/api/fti/FTI_107.json | 2 +- docs/api/fti/FTI_108.json | 2 +- docs/api/fti/FTI_109.json | 2 +- docs/api/fti/FTI_110.json | 2 +- docs/api/fti/FTI_111.json | 2 +- docs/api/fti/FTI_112.json | 2 +- docs/api/fti/FTI_113.json | 2 +- docs/api/fti/FTI_114.json | 2 +- docs/api/fti/FTI_115.json | 2 +- docs/api/fti/FTI_116.json | 2 +- docs/api/fti/FTI_117.json | 2 +- docs/api/fti/FTI_118.json | 2 +- docs/api/fti/FTI_119.json | 2 +- docs/api/fti/FTI_122.json | 2 +- docs/api/fti/FTI_97.json | 2 +- docs/api/fti/FTI_98.json | 2 +- docs/api/fti/FTI_99.json | 2 +- docs/api/fti/FTI_Files.json | 2 +- ...CommandLine_CliArgumentAttribute__ctor.htm | 16 ++ ..._CommandLine_CliCommandAttribute__ctor.htm | 16 ++ ...ke_CommandLine_CliCommandBuilder_Build.htm | 18 ++ ...Make_CommandLine_CliCommandBuilder_Get.htm | 20 ++ ...andLine_CliCommandBuilder_GetChildren.htm} | 8 +- ...dLine_CliCommandBuilder_GetChildren__1.htm | 19 ++ ...e_CommandLine_CliCommandBuilder_Get__1.htm | 19 ++ ...ommandLine_CliCommandBuilder_Register.htm} | 7 +- ...Line_CliCommandBuilder_RegisterAsChild.htm | 21 ++ ..._CliCommandBuilder_RegisterAsChild__1.htm} | 9 +- ...mmandLine_CliCommandBuilder_Register_1.htm | 21 ++ ...mandLine_CliCommandBuilder_Register__1.htm | 21 ++ ...e_CommandLine_CliCommandBuilder__ctor.htm} | 6 +- ...e_CommandLine_CliOptionAttribute__ctor.htm | 16 ++ ...DotMake_CommandLine_Cli_GetBuilder__1.htm} | 14 +- ...=> M_DotMake_CommandLine_Cli_Parse__1.htm} | 14 +- ... M_DotMake_CommandLine_Cli_Parse__1_1.htm} | 14 +- .../M_DotMake_CommandLine_Cli_RunAsync__1.htm | 43 ++++ ...DotMake_CommandLine_Cli_RunAsync__1_1.htm} | 14 +- ...m => M_DotMake_CommandLine_Cli_Run__1.htm} | 14 +- ...=> M_DotMake_CommandLine_Cli_Run__1_1.htm} | 14 +- .../html/M_DotMake_CommandLine_Cli__ctor.htm | 16 ++ ...e_CommandLineBuilderExtensions_UseHelp.htm | 8 +- ...LineBuilderExtensions_UseVersionOption.htm | 10 +- ...Line_DotMakeCliArgumentAttribute__ctor.htm | 16 -- ...dLine_DotMakeCliCommandAttribute__ctor.htm | 16 -- ...ndLine_DotMakeCliOptionAttribute__ctor.htm | 16 -- ...ake_CommandLine_DotMakeCli_RunAsync__1.htm | 43 ---- ...M_DotMake_CommandLine_DotMakeCli__ctor.htm | 16 -- ...e_DotMakeCommandBuilder_GetChildren__1.htm | 19 -- ...mmandLine_DotMakeCommandBuilder_Get__1.htm | 19 -- ...andLine_DotMakeCommandBuilder_Register.htm | 19 -- ...tMakeCommandBuilder_RegisterAsChild__1.htm | 21 -- ...Line_DotMakeCommandBuilder_Register__1.htm | 21 -- ...ommandLine_DotMakeCommandBuilder__ctor.htm | 18 -- ...CommandLine_StringExtensions_AddPrefix.htm | 8 +- ...e_StringExtensions_GetStableHashCode32.htm | 2 +- ...ngExtensions_GetStableStringHashCode32.htm | 2 +- ...mandLine_StringExtensions_RemovePrefix.htm | 2 +- ...andLine_StringExtensions_StripSuffixes.htm | 2 +- ...ke_CommandLine_StringExtensions_ToCase.htm | 8 +- .../Methods_T_DotMake_CommandLine_Cli.htm | 29 +++ ..._DotMake_CommandLine_CliCommandBuilder.htm | 36 +++ ...mmandLine_CommandLineBuilderExtensions.htm | 2 +- ...thods_T_DotMake_CommandLine_DotMakeCli.htm | 29 --- ...Make_CommandLine_DotMakeCommandBuilder.htm | 36 --- docs/api/html/N_DotMake_CommandLine.htm | 24 +- ...Make_CommandLine_CliCommandBuilder_Get.htm | 19 ++ ...andLine_CliCommandBuilder_GetChildren.htm} | 13 +- ...CommandLine_CliCommandBuilder_Register.htm | 22 ++ ...Line_CliCommandBuilder_RegisterAsChild.htm | 19 ++ ...Overload_DotMake_CommandLine_Cli_Parse.htm | 19 ++ .../Overload_DotMake_CommandLine_Cli_Run.htm | 19 ++ ...rload_DotMake_CommandLine_Cli_RunAsync.htm | 19 ++ ...d_DotMake_CommandLine_DotMakeCli_Parse.htm | 19 -- ...oad_DotMake_CommandLine_DotMakeCli_Run.htm | 19 -- ...otMake_CommandLine_DotMakeCli_RunAsync.htm | 19 -- ..._CommandLine_DotMakeCommandBuilder_Get.htm | 19 -- ...Line_DotMakeCommandBuilder_GetChildren.htm | 19 -- ..._DotMakeCommandBuilder_RegisterAsChild.htm | 19 -- ...ine_CliArgumentAttribute_AllowedValues.htm | 18 ++ ...CommandLine_CliArgumentAttribute_Arity.htm | 18 ++ ...dLine_CliArgumentAttribute_Description.htm | 18 ++ ...andLine_CliArgumentAttribute_HelpName.htm} | 9 +- ...ommandLine_CliArgumentAttribute_Hidden.htm | 22 ++ ...CommandLine_CliArgumentAttribute_Name.htm} | 10 +- ...ommandLine_CliCommandAttribute_Aliases.htm | 18 ++ ...mmandLine_CliCommandAttribute_Default.htm} | 6 +- ...ndLine_CliCommandAttribute_Description.htm | 18 ++ ...CommandLine_CliCommandAttribute_Hidden.htm | 22 ++ ...e_CommandLine_CliCommandAttribute_Name.htm | 23 ++ ...iCommandAttribute_NameCasingConvention.htm | 19 ++ ...iCommandAttribute_NamePrefixConvention.htm | 19 ++ ...ommandLine_CliCommandAttribute_Parent.htm} | 10 +- ...CommandAttribute_ShortFormAutoGenerate.htm | 21 ++ ...andAttribute_ShortFormPrefixConvention.htm | 20 ++ ...Attribute_TreatUnmatchedTokensAsErrors.htm | 19 ++ ...CommandLine_CliCommandBuilder_Children.htm | 18 ++ ...dLine_CliCommandBuilder_DefinitionType.htm | 18 ++ ...liCommandBuilder_NameCasingConvention.htm} | 6 +- ...CliCommandBuilder_NamePrefixConvention.htm | 18 ++ ...liCommandBuilder_ParentDefinitionType.htm} | 8 +- ...iCommandBuilder_ShortFormAutoGenerate.htm} | 6 +- ...mmandBuilder_ShortFormPrefixConvention.htm | 18 ++ ...CommandLine_CliOptionAttribute_Aliases.htm | 21 ++ ...ribute_AllowMultipleArgumentsPerToken.htm} | 6 +- ...dLine_CliOptionAttribute_AllowedValues.htm | 18 ++ ...e_CommandLine_CliOptionAttribute_Arity.htm | 18 ++ ...andLine_CliOptionAttribute_Description.htm | 18 ++ ..._CommandLine_CliOptionAttribute_Global.htm | 18 ++ ...ommandLine_CliOptionAttribute_HelpName.htm | 18 ++ ..._CommandLine_CliOptionAttribute_Hidden.htm | 22 ++ ...e_CommandLine_CliOptionAttribute_Name.htm} | 6 +- ...ommandLine_CliOptionAttribute_Required.htm | 24 ++ ...MakeCliArgumentAttribute_AllowedValues.htm | 18 -- ...Line_DotMakeCliArgumentAttribute_Arity.htm | 18 -- ...otMakeCliArgumentAttribute_Description.htm | 18 -- ...e_DotMakeCliArgumentAttribute_HelpName.htm | 18 -- ...ine_DotMakeCliArgumentAttribute_Hidden.htm | 22 -- ...dLine_DotMakeCliArgumentAttribute_Name.htm | 22 -- ...ine_DotMakeCliCommandAttribute_Aliases.htm | 18 -- ...Line_DotMakeCliCommandAttribute_Hidden.htm | 22 -- ...ndLine_DotMakeCliCommandAttribute_Name.htm | 23 -- ...iCommandAttribute_NameCasingConvention.htm | 19 -- ...iCommandAttribute_NamePrefixConvention.htm | 19 -- ...Line_DotMakeCliCommandAttribute_Parent.htm | 20 -- ...CommandAttribute_ShortFormAutoGenerate.htm | 21 -- ...andAttribute_ShortFormPrefixConvention.htm | 20 -- ...Attribute_TreatUnmatchedTokensAsErrors.htm | 19 -- ...Line_DotMakeCliOptionAttribute_Aliases.htm | 21 -- ...otMakeCliOptionAttribute_AllowedValues.htm | 18 -- ...ndLine_DotMakeCliOptionAttribute_Arity.htm | 18 -- ...dLine_DotMakeCliOptionAttribute_Global.htm | 18 -- ...dLine_DotMakeCliOptionAttribute_Hidden.htm | 22 -- ...ine_DotMakeCliOptionAttribute_Required.htm | 24 -- ...e_DotMakeCommandBuilder_DefinitionType.htm | 18 -- ...akeCommandBuilder_NameCasingConvention.htm | 18 -- ...akeCommandBuilder_ParentDefinitionType.htm | 18 -- ...mmandBuilder_ShortFormPrefixConvention.htm | 18 -- ...tMake_CommandLine_CliArgumentAttribute.htm | 35 +++ ...otMake_CommandLine_CliCommandAttribute.htm | 56 +++++ ..._DotMake_CommandLine_CliCommandBuilder.htm | 29 +++ ...otMake_CommandLine_CliOptionAttribute.htm} | 28 +-- ...ommandLine_DotMakeCliArgumentAttribute.htm | 35 --- ...CommandLine_DotMakeCliCommandAttribute.htm | 56 ----- ...Make_CommandLine_DotMakeCommandBuilder.htm | 29 --- docs/api/html/R_Project_Documentation.htm | 2 +- docs/api/html/T_DotMake_CommandLine_Cli.htm | 32 +++ ..._DotMake_CommandLine_CliArgumentArity.htm} | 4 +- ...Make_CommandLine_CliArgumentAttribute.htm} | 16 +- ...tMake_CommandLine_CliCommandAttribute.htm} | 36 +-- ..._DotMake_CommandLine_CliCommandBuilder.htm | 55 +++++ ...e_CommandLine_CliNameCasingConvention.htm} | 4 +- ...e_CommandLine_CliNamePrefixConvention.htm} | 15 +- ...otMake_CommandLine_CliOptionAttribute.htm} | 28 +-- ...mmandLine_CommandLineBuilderExtensions.htm | 2 +- .../html/T_DotMake_CommandLine_DotMakeCli.htm | 32 --- ...CommandLine_DotMakeCliPrefixConvention.htm | 24 -- ...Make_CommandLine_DotMakeCommandBuilder.htm | 55 ----- ...T_DotMake_CommandLine_StringExtensions.htm | 2 +- docs/api/toc/IDAA.xml | 2 +- docs/api/toc/IDAAA.xml | 2 +- docs/api/toc/{IDAAAA.xml => IDAIAA.xml} | 0 docs/api/toc/IDBAA.xml | 1 - docs/api/toc/IDBAAA.xml | 1 + docs/api/toc/IDBBAA.xml | 1 - docs/api/toc/IDBBAAA.xml | 1 + docs/api/toc/IDBBBAA.xml | 1 - docs/api/toc/IDBCAA.xml | 1 + docs/api/toc/IDBCEAA.xml | 1 + docs/api/toc/IDBCIAA.xml | 1 - docs/api/toc/IDBDAA.xml | 2 +- docs/api/toc/IDBEAA.xml | 1 + docs/api/toc/IDBFAA.xml | 1 - docs/api/toc/IDBGAA.xml | 1 - docs/api/toc/IDBHAA.xml | 1 + docs/api/toc/IDBIAA.xml | 1 - docs/api/toc/IDCAA.xml | 1 + docs/api/toc/IDCBAAA.xml | 1 + docs/api/toc/IDCBBAA.xml | 1 - docs/api/toc/IDCCEAA.xml | 1 + docs/api/toc/IDCCIAA.xml | 1 - docs/api/toc/IDCEAA.xml | 1 + docs/api/toc/IDCIAA.xml | 1 - docs/api/toc/IDDAA.xml | 2 +- docs/api/toc/IDDBAAA.xml | 1 + docs/api/toc/IDDBBAA.xml | 1 - docs/api/toc/IDDCEAA.xml | 1 + docs/api/toc/IDDCIAA.xml | 1 - docs/api/toc/IDEAA.xml | 1 + docs/api/toc/IDECEAA.xml | 1 + docs/api/toc/IDECIAA.xml | 1 - docs/api/toc/IDFAA.xml | 1 - docs/api/toc/IDGAA.xml | 1 - docs/api/toc/IDHAA.xml | 1 + docs/api/toc/IDIAA.xml | 2 +- src/Directory.Build.props | 2 +- ...liArgumentArity.cs => CliArgumentArity.cs} | 2 +- ...ntAttribute.cs => CliArgumentAttribute.cs} | 4 +- ...andAttribute.cs => CliCommandAttribute.cs} | 20 +- ...nvention.cs => CliNameCasingConvention.cs} | 2 +- ...nvention.cs => CliNamePrefixConvention.cs} | 2 +- ...tionAttribute.cs => CliOptionAttribute.cs} | 6 +- .../DotMake.CommandLine.Shared.projitems | 12 +- .../StringExtensions.cs | 32 +-- .../CliArgumentInfo.cs | 10 +- .../CliCommandInfo.cs | 21 +- .../CliCommandSettings.cs | 30 +-- .../CliOptionInfo.cs | 18 +- .../EnumUtil.cs | 44 ++++ .../{DotMakeCli.cs => Cli.cs} | 6 +- ...CommandBuilder.cs => CliCommandBuilder.cs} | 48 ++-- .../CommandLineBuilderExtensions.cs | 4 +- .../DotMake.CommandLine.csproj | 6 + src/DotMake.CommandLine/NamespaceDoc.cs | 10 +- .../Commands/AsyncIntReturnCliCommand.cs | 6 +- .../Commands/AsyncVoidReturnCliCommand.cs | 6 +- .../CasingConvention/CamelCaseCliCommand.cs | 8 +- .../CasingConvention/NoCaseCliCommand.cs | 8 +- .../CasingConvention/SnakeCaseCliCommand.cs | 8 +- .../CasingConvention/UpperCaseCliCommand.cs | 8 +- src/TestApp/Commands/ErrorsOrWarnings.cs | 40 ++-- .../External/ExternalLevel1SubCliCommand.cs | 12 +- .../External/ExternalLevel2SubCliCommand.cs | 18 +- .../External/NestedExternalContainer.cs | 6 +- .../Commands/GlobalNamespaceCliCommand.cs | 6 +- src/TestApp/Commands/PartialCliCommand.cs | 6 +- .../ForwardSlashCliCommand.cs | 10 +- .../SingleHyphenCliCommand.cs | 8 +- src/TestApp/Commands/RootCliCommand.cs | 6 +- .../RootWithExternalChildrenCliCommand.cs | 20 +- .../RootWithNestedChildrenCliCommand.cs | 18 +- ...yncIntReturnCliCommandBuilder-7vdns44.g.cs | 10 +- ...ncVoidReturnCliCommandBuilder-7ha5x0r.g.cs | 10 +- .../CamelCaseCliCommandBuilder-293mz7r.g.cs | 10 +- ...nalLevel1SubCliCommandBuilder-1qdg7dr.g.cs | 18 +- ...nalLevel2SubCliCommandBuilder-cmx9hw0.g.cs | 18 +- ...ForwardSlashCliCommandBuilder-1pt4qm0.g.cs | 10 +- ...balNamespaceCliCommandBuilder-1355he0.g.cs | 10 +- .../NoCaseCliCommandBuilder-6yma6kr.g.cs | 10 +- .../PartialCliCommandBuilder-9ftet2m.g.cs | 10 +- .../RootCliCommandBuilder-01qk7vc.g.cs | 10 +- ...rnalChildrenCliCommandBuilder-bhmmap4.g.cs | 18 +- ...stedChildrenCliCommandBuilder-b9447s8.g.cs | 26 +- ...SingleHyphenCliCommandBuilder-0a6hhj4.g.cs | 10 +- .../SnakeCaseCliCommandBuilder-0mxxfz4.g.cs | 10 +- .../UpperCaseCliCommandBuilder-4dvn91c.g.cs | 10 +- src/TestApp/Program.cs | 20 +- ...yncIntReturnCliCommandBuilder-7vdns44.g.cs | 80 +++++++ ...ncVoidReturnCliCommandBuilder-7ha5x0r.g.cs | 80 +++++++ .../CamelCaseCliCommandBuilder-293mz7r.g.cs | 80 +++++++ ...nalLevel1SubCliCommandBuilder-1qdg7dr.g.cs | 153 ++++++++++++ ...nalLevel2SubCliCommandBuilder-cmx9hw0.g.cs | 154 ++++++++++++ ...ForwardSlashCliCommandBuilder-1pt4qm0.g.cs | 80 +++++++ ...balNamespaceCliCommandBuilder-1355he0.g.cs | 77 ++++++ .../NoCaseCliCommandBuilder-6yma6kr.g.cs | 80 +++++++ .../PartialCliCommandBuilder-9ftet2m.g.cs | 80 +++++++ .../RootCliCommandBuilder-01qk7vc.g.cs | 80 +++++++ ...rnalChildrenCliCommandBuilder-bhmmap4.g.cs | 167 +++++++++++++ ...stedChildrenCliCommandBuilder-b9447s8.g.cs | 226 ++++++++++++++++++ ...SingleHyphenCliCommandBuilder-0a6hhj4.g.cs | 80 +++++++ .../SnakeCaseCliCommandBuilder-0mxxfz4.g.cs | 80 +++++++ .../UpperCaseCliCommandBuilder-4dvn91c.g.cs | 80 +++++++ src/TestNugetApp/TestNugetApp.csproj | 2 +- 269 files changed, 3366 insertions(+), 1738 deletions(-) create mode 100644 docs/api/html/M_DotMake_CommandLine_CliArgumentAttribute__ctor.htm create mode 100644 docs/api/html/M_DotMake_CommandLine_CliCommandAttribute__ctor.htm create mode 100644 docs/api/html/M_DotMake_CommandLine_CliCommandBuilder_Build.htm create mode 100644 docs/api/html/M_DotMake_CommandLine_CliCommandBuilder_Get.htm rename docs/api/html/{P_DotMake_CommandLine_DotMakeCommandBuilder_NamePrefixConvention.htm => M_DotMake_CommandLine_CliCommandBuilder_GetChildren.htm} (50%) create mode 100644 docs/api/html/M_DotMake_CommandLine_CliCommandBuilder_GetChildren__1.htm create mode 100644 docs/api/html/M_DotMake_CommandLine_CliCommandBuilder_Get__1.htm rename docs/api/html/{P_DotMake_CommandLine_DotMakeCommandBuilder_ShortFormAutoGenerate.htm => M_DotMake_CommandLine_CliCommandBuilder_Register.htm} (58%) create mode 100644 docs/api/html/M_DotMake_CommandLine_CliCommandBuilder_RegisterAsChild.htm rename docs/api/html/{M_DotMake_CommandLine_DotMakeCommandBuilder_Build.htm => M_DotMake_CommandLine_CliCommandBuilder_RegisterAsChild__1.htm} (51%) create mode 100644 docs/api/html/M_DotMake_CommandLine_CliCommandBuilder_Register_1.htm create mode 100644 docs/api/html/M_DotMake_CommandLine_CliCommandBuilder_Register__1.htm rename docs/api/html/{P_DotMake_CommandLine_DotMakeCliOptionAttribute_HelpName.htm => M_DotMake_CommandLine_CliCommandBuilder__ctor.htm} (60%) create mode 100644 docs/api/html/M_DotMake_CommandLine_CliOptionAttribute__ctor.htm rename docs/api/html/{M_DotMake_CommandLine_DotMakeCli_GetBuilder__1.htm => M_DotMake_CommandLine_Cli_GetBuilder__1.htm} (53%) rename docs/api/html/{M_DotMake_CommandLine_DotMakeCli_Parse__1.htm => M_DotMake_CommandLine_Cli_Parse__1.htm} (52%) rename docs/api/html/{M_DotMake_CommandLine_DotMakeCli_Parse__1_1.htm => M_DotMake_CommandLine_Cli_Parse__1_1.htm} (51%) create mode 100644 docs/api/html/M_DotMake_CommandLine_Cli_RunAsync__1.htm rename docs/api/html/{M_DotMake_CommandLine_DotMakeCli_RunAsync__1_1.htm => M_DotMake_CommandLine_Cli_RunAsync__1_1.htm} (52%) rename docs/api/html/{M_DotMake_CommandLine_DotMakeCli_Run__1.htm => M_DotMake_CommandLine_Cli_Run__1.htm} (53%) rename docs/api/html/{M_DotMake_CommandLine_DotMakeCli_Run__1_1.htm => M_DotMake_CommandLine_Cli_Run__1_1.htm} (52%) create mode 100644 docs/api/html/M_DotMake_CommandLine_Cli__ctor.htm delete mode 100644 docs/api/html/M_DotMake_CommandLine_DotMakeCliArgumentAttribute__ctor.htm delete mode 100644 docs/api/html/M_DotMake_CommandLine_DotMakeCliCommandAttribute__ctor.htm delete mode 100644 docs/api/html/M_DotMake_CommandLine_DotMakeCliOptionAttribute__ctor.htm delete mode 100644 docs/api/html/M_DotMake_CommandLine_DotMakeCli_RunAsync__1.htm delete mode 100644 docs/api/html/M_DotMake_CommandLine_DotMakeCli__ctor.htm delete mode 100644 docs/api/html/M_DotMake_CommandLine_DotMakeCommandBuilder_GetChildren__1.htm delete mode 100644 docs/api/html/M_DotMake_CommandLine_DotMakeCommandBuilder_Get__1.htm delete mode 100644 docs/api/html/M_DotMake_CommandLine_DotMakeCommandBuilder_Register.htm delete mode 100644 docs/api/html/M_DotMake_CommandLine_DotMakeCommandBuilder_RegisterAsChild__1.htm delete mode 100644 docs/api/html/M_DotMake_CommandLine_DotMakeCommandBuilder_Register__1.htm delete mode 100644 docs/api/html/M_DotMake_CommandLine_DotMakeCommandBuilder__ctor.htm create mode 100644 docs/api/html/Methods_T_DotMake_CommandLine_Cli.htm create mode 100644 docs/api/html/Methods_T_DotMake_CommandLine_CliCommandBuilder.htm delete mode 100644 docs/api/html/Methods_T_DotMake_CommandLine_DotMakeCli.htm delete mode 100644 docs/api/html/Methods_T_DotMake_CommandLine_DotMakeCommandBuilder.htm create mode 100644 docs/api/html/Overload_DotMake_CommandLine_CliCommandBuilder_Get.htm rename docs/api/html/{Overload_DotMake_CommandLine_DotMakeCommandBuilder_Register.htm => Overload_DotMake_CommandLine_CliCommandBuilder_GetChildren.htm} (56%) create mode 100644 docs/api/html/Overload_DotMake_CommandLine_CliCommandBuilder_Register.htm create mode 100644 docs/api/html/Overload_DotMake_CommandLine_CliCommandBuilder_RegisterAsChild.htm create mode 100644 docs/api/html/Overload_DotMake_CommandLine_Cli_Parse.htm create mode 100644 docs/api/html/Overload_DotMake_CommandLine_Cli_Run.htm create mode 100644 docs/api/html/Overload_DotMake_CommandLine_Cli_RunAsync.htm delete mode 100644 docs/api/html/Overload_DotMake_CommandLine_DotMakeCli_Parse.htm delete mode 100644 docs/api/html/Overload_DotMake_CommandLine_DotMakeCli_Run.htm delete mode 100644 docs/api/html/Overload_DotMake_CommandLine_DotMakeCli_RunAsync.htm delete mode 100644 docs/api/html/Overload_DotMake_CommandLine_DotMakeCommandBuilder_Get.htm delete mode 100644 docs/api/html/Overload_DotMake_CommandLine_DotMakeCommandBuilder_GetChildren.htm delete mode 100644 docs/api/html/Overload_DotMake_CommandLine_DotMakeCommandBuilder_RegisterAsChild.htm create mode 100644 docs/api/html/P_DotMake_CommandLine_CliArgumentAttribute_AllowedValues.htm create mode 100644 docs/api/html/P_DotMake_CommandLine_CliArgumentAttribute_Arity.htm create mode 100644 docs/api/html/P_DotMake_CommandLine_CliArgumentAttribute_Description.htm rename docs/api/html/{M_DotMake_CommandLine_DotMakeCommandBuilder_RegisterAsChild.htm => P_DotMake_CommandLine_CliArgumentAttribute_HelpName.htm} (52%) create mode 100644 docs/api/html/P_DotMake_CommandLine_CliArgumentAttribute_Hidden.htm rename docs/api/html/{P_DotMake_CommandLine_DotMakeCliCommandAttribute_Default.htm => P_DotMake_CommandLine_CliArgumentAttribute_Name.htm} (50%) create mode 100644 docs/api/html/P_DotMake_CommandLine_CliCommandAttribute_Aliases.htm rename docs/api/html/{P_DotMake_CommandLine_DotMakeCommandBuilder_Children.htm => P_DotMake_CommandLine_CliCommandAttribute_Default.htm} (56%) create mode 100644 docs/api/html/P_DotMake_CommandLine_CliCommandAttribute_Description.htm create mode 100644 docs/api/html/P_DotMake_CommandLine_CliCommandAttribute_Hidden.htm create mode 100644 docs/api/html/P_DotMake_CommandLine_CliCommandAttribute_Name.htm create mode 100644 docs/api/html/P_DotMake_CommandLine_CliCommandAttribute_NameCasingConvention.htm create mode 100644 docs/api/html/P_DotMake_CommandLine_CliCommandAttribute_NamePrefixConvention.htm rename docs/api/html/{M_DotMake_CommandLine_DotMakeCommandBuilder_GetChildren.htm => P_DotMake_CommandLine_CliCommandAttribute_Parent.htm} (50%) create mode 100644 docs/api/html/P_DotMake_CommandLine_CliCommandAttribute_ShortFormAutoGenerate.htm create mode 100644 docs/api/html/P_DotMake_CommandLine_CliCommandAttribute_ShortFormPrefixConvention.htm create mode 100644 docs/api/html/P_DotMake_CommandLine_CliCommandAttribute_TreatUnmatchedTokensAsErrors.htm create mode 100644 docs/api/html/P_DotMake_CommandLine_CliCommandBuilder_Children.htm create mode 100644 docs/api/html/P_DotMake_CommandLine_CliCommandBuilder_DefinitionType.htm rename docs/api/html/{P_DotMake_CommandLine_DotMakeCliCommandAttribute_Description.htm => P_DotMake_CommandLine_CliCommandBuilder_NameCasingConvention.htm} (60%) create mode 100644 docs/api/html/P_DotMake_CommandLine_CliCommandBuilder_NamePrefixConvention.htm rename docs/api/html/{M_DotMake_CommandLine_DotMakeCommandBuilder_Get.htm => P_DotMake_CommandLine_CliCommandBuilder_ParentDefinitionType.htm} (56%) rename docs/api/html/{P_DotMake_CommandLine_DotMakeCliOptionAttribute_Description.htm => P_DotMake_CommandLine_CliCommandBuilder_ShortFormAutoGenerate.htm} (59%) create mode 100644 docs/api/html/P_DotMake_CommandLine_CliCommandBuilder_ShortFormPrefixConvention.htm create mode 100644 docs/api/html/P_DotMake_CommandLine_CliOptionAttribute_Aliases.htm rename docs/api/html/{P_DotMake_CommandLine_DotMakeCliOptionAttribute_AllowMultipleArgumentsPerToken.htm => P_DotMake_CommandLine_CliOptionAttribute_AllowMultipleArgumentsPerToken.htm} (54%) create mode 100644 docs/api/html/P_DotMake_CommandLine_CliOptionAttribute_AllowedValues.htm create mode 100644 docs/api/html/P_DotMake_CommandLine_CliOptionAttribute_Arity.htm create mode 100644 docs/api/html/P_DotMake_CommandLine_CliOptionAttribute_Description.htm create mode 100644 docs/api/html/P_DotMake_CommandLine_CliOptionAttribute_Global.htm create mode 100644 docs/api/html/P_DotMake_CommandLine_CliOptionAttribute_HelpName.htm create mode 100644 docs/api/html/P_DotMake_CommandLine_CliOptionAttribute_Hidden.htm rename docs/api/html/{P_DotMake_CommandLine_DotMakeCliOptionAttribute_Name.htm => P_DotMake_CommandLine_CliOptionAttribute_Name.htm} (50%) create mode 100644 docs/api/html/P_DotMake_CommandLine_CliOptionAttribute_Required.htm delete mode 100644 docs/api/html/P_DotMake_CommandLine_DotMakeCliArgumentAttribute_AllowedValues.htm delete mode 100644 docs/api/html/P_DotMake_CommandLine_DotMakeCliArgumentAttribute_Arity.htm delete mode 100644 docs/api/html/P_DotMake_CommandLine_DotMakeCliArgumentAttribute_Description.htm delete mode 100644 docs/api/html/P_DotMake_CommandLine_DotMakeCliArgumentAttribute_HelpName.htm delete mode 100644 docs/api/html/P_DotMake_CommandLine_DotMakeCliArgumentAttribute_Hidden.htm delete mode 100644 docs/api/html/P_DotMake_CommandLine_DotMakeCliArgumentAttribute_Name.htm delete mode 100644 docs/api/html/P_DotMake_CommandLine_DotMakeCliCommandAttribute_Aliases.htm delete mode 100644 docs/api/html/P_DotMake_CommandLine_DotMakeCliCommandAttribute_Hidden.htm delete mode 100644 docs/api/html/P_DotMake_CommandLine_DotMakeCliCommandAttribute_Name.htm delete mode 100644 docs/api/html/P_DotMake_CommandLine_DotMakeCliCommandAttribute_NameCasingConvention.htm delete mode 100644 docs/api/html/P_DotMake_CommandLine_DotMakeCliCommandAttribute_NamePrefixConvention.htm delete mode 100644 docs/api/html/P_DotMake_CommandLine_DotMakeCliCommandAttribute_Parent.htm delete mode 100644 docs/api/html/P_DotMake_CommandLine_DotMakeCliCommandAttribute_ShortFormAutoGenerate.htm delete mode 100644 docs/api/html/P_DotMake_CommandLine_DotMakeCliCommandAttribute_ShortFormPrefixConvention.htm delete mode 100644 docs/api/html/P_DotMake_CommandLine_DotMakeCliCommandAttribute_TreatUnmatchedTokensAsErrors.htm delete mode 100644 docs/api/html/P_DotMake_CommandLine_DotMakeCliOptionAttribute_Aliases.htm delete mode 100644 docs/api/html/P_DotMake_CommandLine_DotMakeCliOptionAttribute_AllowedValues.htm delete mode 100644 docs/api/html/P_DotMake_CommandLine_DotMakeCliOptionAttribute_Arity.htm delete mode 100644 docs/api/html/P_DotMake_CommandLine_DotMakeCliOptionAttribute_Global.htm delete mode 100644 docs/api/html/P_DotMake_CommandLine_DotMakeCliOptionAttribute_Hidden.htm delete mode 100644 docs/api/html/P_DotMake_CommandLine_DotMakeCliOptionAttribute_Required.htm delete mode 100644 docs/api/html/P_DotMake_CommandLine_DotMakeCommandBuilder_DefinitionType.htm delete mode 100644 docs/api/html/P_DotMake_CommandLine_DotMakeCommandBuilder_NameCasingConvention.htm delete mode 100644 docs/api/html/P_DotMake_CommandLine_DotMakeCommandBuilder_ParentDefinitionType.htm delete mode 100644 docs/api/html/P_DotMake_CommandLine_DotMakeCommandBuilder_ShortFormPrefixConvention.htm create mode 100644 docs/api/html/Properties_T_DotMake_CommandLine_CliArgumentAttribute.htm create mode 100644 docs/api/html/Properties_T_DotMake_CommandLine_CliCommandAttribute.htm create mode 100644 docs/api/html/Properties_T_DotMake_CommandLine_CliCommandBuilder.htm rename docs/api/html/{Properties_T_DotMake_CommandLine_DotMakeCliOptionAttribute.htm => Properties_T_DotMake_CommandLine_CliOptionAttribute.htm} (59%) delete mode 100644 docs/api/html/Properties_T_DotMake_CommandLine_DotMakeCliArgumentAttribute.htm delete mode 100644 docs/api/html/Properties_T_DotMake_CommandLine_DotMakeCliCommandAttribute.htm delete mode 100644 docs/api/html/Properties_T_DotMake_CommandLine_DotMakeCommandBuilder.htm create mode 100644 docs/api/html/T_DotMake_CommandLine_Cli.htm rename docs/api/html/{T_DotMake_CommandLine_DotMakeCliArgumentArity.htm => T_DotMake_CommandLine_CliArgumentArity.htm} (51%) rename docs/api/html/{T_DotMake_CommandLine_DotMakeCliArgumentAttribute.htm => T_DotMake_CommandLine_CliArgumentAttribute.htm} (57%) rename docs/api/html/{T_DotMake_CommandLine_DotMakeCliCommandAttribute.htm => T_DotMake_CommandLine_CliCommandAttribute.htm} (52%) create mode 100644 docs/api/html/T_DotMake_CommandLine_CliCommandBuilder.htm rename docs/api/html/{T_DotMake_CommandLine_DotMakeCliCasingConvention.htm => T_DotMake_CommandLine_CliNameCasingConvention.htm} (56%) rename docs/api/html/{M_DotMake_CommandLine_DotMakeCommandBuilder_Register_1.htm => T_DotMake_CommandLine_CliNamePrefixConvention.htm} (54%) rename docs/api/html/{T_DotMake_CommandLine_DotMakeCliOptionAttribute.htm => T_DotMake_CommandLine_CliOptionAttribute.htm} (65%) delete mode 100644 docs/api/html/T_DotMake_CommandLine_DotMakeCli.htm delete mode 100644 docs/api/html/T_DotMake_CommandLine_DotMakeCliPrefixConvention.htm delete mode 100644 docs/api/html/T_DotMake_CommandLine_DotMakeCommandBuilder.htm rename docs/api/toc/{IDAAAA.xml => IDAIAA.xml} (100%) delete mode 100644 docs/api/toc/IDBAA.xml create mode 100644 docs/api/toc/IDBAAA.xml delete mode 100644 docs/api/toc/IDBBAA.xml create mode 100644 docs/api/toc/IDBBAAA.xml delete mode 100644 docs/api/toc/IDBBBAA.xml create mode 100644 docs/api/toc/IDBCAA.xml create mode 100644 docs/api/toc/IDBCEAA.xml delete mode 100644 docs/api/toc/IDBCIAA.xml create mode 100644 docs/api/toc/IDBEAA.xml delete mode 100644 docs/api/toc/IDBFAA.xml delete mode 100644 docs/api/toc/IDBGAA.xml create mode 100644 docs/api/toc/IDBHAA.xml delete mode 100644 docs/api/toc/IDBIAA.xml create mode 100644 docs/api/toc/IDCAA.xml create mode 100644 docs/api/toc/IDCBAAA.xml delete mode 100644 docs/api/toc/IDCBBAA.xml create mode 100644 docs/api/toc/IDCCEAA.xml delete mode 100644 docs/api/toc/IDCCIAA.xml create mode 100644 docs/api/toc/IDCEAA.xml delete mode 100644 docs/api/toc/IDCIAA.xml create mode 100644 docs/api/toc/IDDBAAA.xml delete mode 100644 docs/api/toc/IDDBBAA.xml create mode 100644 docs/api/toc/IDDCEAA.xml delete mode 100644 docs/api/toc/IDDCIAA.xml create mode 100644 docs/api/toc/IDEAA.xml create mode 100644 docs/api/toc/IDECEAA.xml delete mode 100644 docs/api/toc/IDECIAA.xml delete mode 100644 docs/api/toc/IDFAA.xml delete mode 100644 docs/api/toc/IDGAA.xml create mode 100644 docs/api/toc/IDHAA.xml rename src/DotMake.CommandLine.Shared/Attributes/{DotMakeCliArgumentArity.cs => CliArgumentArity.cs} (94%) rename src/DotMake.CommandLine.Shared/Attributes/{DotMakeCliArgumentAttribute.cs => CliArgumentAttribute.cs} (97%) rename src/DotMake.CommandLine.Shared/Attributes/{DotMakeCliCommandAttribute.cs => CliCommandAttribute.cs} (85%) rename src/DotMake.CommandLine.Shared/Attributes/{DotMakeCliCasingConvention.cs => CliNameCasingConvention.cs} (97%) rename src/DotMake.CommandLine.Shared/Attributes/{DotMakeCliPrefixConvention.cs => CliNamePrefixConvention.cs} (94%) rename src/DotMake.CommandLine.Shared/Attributes/{DotMakeCliOptionAttribute.cs => CliOptionAttribute.cs} (97%) create mode 100644 src/DotMake.CommandLine.SourceGeneration/EnumUtil.cs rename src/DotMake.CommandLine/{DotMakeCli.cs => Cli.cs} (98%) rename src/DotMake.CommandLine/{DotMakeCommandBuilder.cs => CliCommandBuilder.cs} (73%) create mode 100644 src/TestNugetApp/GeneratedFiles/DotMake.CommandLine.SourceGeneration/DotMake.CommandLine.SourceGeneration.CliCommandGenerator/AsyncIntReturnCliCommandBuilder-7vdns44.g.cs create mode 100644 src/TestNugetApp/GeneratedFiles/DotMake.CommandLine.SourceGeneration/DotMake.CommandLine.SourceGeneration.CliCommandGenerator/AsyncVoidReturnCliCommandBuilder-7ha5x0r.g.cs create mode 100644 src/TestNugetApp/GeneratedFiles/DotMake.CommandLine.SourceGeneration/DotMake.CommandLine.SourceGeneration.CliCommandGenerator/CamelCaseCliCommandBuilder-293mz7r.g.cs create mode 100644 src/TestNugetApp/GeneratedFiles/DotMake.CommandLine.SourceGeneration/DotMake.CommandLine.SourceGeneration.CliCommandGenerator/ExternalLevel1SubCliCommandBuilder-1qdg7dr.g.cs create mode 100644 src/TestNugetApp/GeneratedFiles/DotMake.CommandLine.SourceGeneration/DotMake.CommandLine.SourceGeneration.CliCommandGenerator/ExternalLevel2SubCliCommandBuilder-cmx9hw0.g.cs create mode 100644 src/TestNugetApp/GeneratedFiles/DotMake.CommandLine.SourceGeneration/DotMake.CommandLine.SourceGeneration.CliCommandGenerator/ForwardSlashCliCommandBuilder-1pt4qm0.g.cs create mode 100644 src/TestNugetApp/GeneratedFiles/DotMake.CommandLine.SourceGeneration/DotMake.CommandLine.SourceGeneration.CliCommandGenerator/GlobalNamespaceCliCommandBuilder-1355he0.g.cs create mode 100644 src/TestNugetApp/GeneratedFiles/DotMake.CommandLine.SourceGeneration/DotMake.CommandLine.SourceGeneration.CliCommandGenerator/NoCaseCliCommandBuilder-6yma6kr.g.cs create mode 100644 src/TestNugetApp/GeneratedFiles/DotMake.CommandLine.SourceGeneration/DotMake.CommandLine.SourceGeneration.CliCommandGenerator/PartialCliCommandBuilder-9ftet2m.g.cs create mode 100644 src/TestNugetApp/GeneratedFiles/DotMake.CommandLine.SourceGeneration/DotMake.CommandLine.SourceGeneration.CliCommandGenerator/RootCliCommandBuilder-01qk7vc.g.cs create mode 100644 src/TestNugetApp/GeneratedFiles/DotMake.CommandLine.SourceGeneration/DotMake.CommandLine.SourceGeneration.CliCommandGenerator/RootWithExternalChildrenCliCommandBuilder-bhmmap4.g.cs create mode 100644 src/TestNugetApp/GeneratedFiles/DotMake.CommandLine.SourceGeneration/DotMake.CommandLine.SourceGeneration.CliCommandGenerator/RootWithNestedChildrenCliCommandBuilder-b9447s8.g.cs create mode 100644 src/TestNugetApp/GeneratedFiles/DotMake.CommandLine.SourceGeneration/DotMake.CommandLine.SourceGeneration.CliCommandGenerator/SingleHyphenCliCommandBuilder-0a6hhj4.g.cs create mode 100644 src/TestNugetApp/GeneratedFiles/DotMake.CommandLine.SourceGeneration/DotMake.CommandLine.SourceGeneration.CliCommandGenerator/SnakeCaseCliCommandBuilder-0mxxfz4.g.cs create mode 100644 src/TestNugetApp/GeneratedFiles/DotMake.CommandLine.SourceGeneration/DotMake.CommandLine.SourceGeneration.CliCommandGenerator/UpperCaseCliCommandBuilder-4dvn91c.g.cs diff --git a/docs/README.md b/docs/README.md index 61f1907..b8b70b3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -35,13 +35,13 @@ Create a simple class like this: using System; using DotMake.CommandLine; -[DotMakeCliCommand(Description = "A root cli command")] +[CliCommand(Description = "A root cli command")] public class RootCliCommand { - [DotMakeCliOption(Description = "Description for Option1")] + [CliOption(Description = "Description for Option1")] public string Option1 { get; set; } = "DefaultForOption1"; - [DotMakeCliArgument(Description = "Description for Argument1")] + [CliArgument(Description = "Description for Argument1")] public string Argument1 { get; set; } = "DefaultForArgument1"; public void Run() @@ -55,19 +55,19 @@ public class RootCliCommand ``` In Program.cs, add this single line: ```c# -DotMakeCli.Run(args); +Cli.Run(args); ``` -And that's it! You now have a fully working command-line app. You just specify the name of your class which represents your root command to `DotMakeCli.Run<>` method and everything is wired. +And that's it! You now have a fully working command-line app. You just specify the name of your class which represents your root command to `Cli.Run<>` method and everything is wired. If you want to go async, just use this: ```c# -await DotMakeCli.RunAsync(args); +await Cli.RunAsync(args); ``` To handle exceptions, you just use a try-catch block: ```c# try { - DotMakeCli.Run(args); + Cli.Run(args); } catch (Exception e) { @@ -76,14 +76,14 @@ catch (Exception e) ``` System.CommandLine, by default overtakes your exceptions that are thrown in command handlers (even if you don't set an exception handler explicitly) but DotMake.CommandLine, by default allows the exceptions to pass through. However if you wish, you can easily use an exception handler by using `configureBuilder` delegate parameter like this: ```c# -DotMakeCli.Run(args, builder => +Cli.Run(args, builder => builder.UseExceptionHandler((e, context) => Console.WriteLine(@"Exception in command handler: {0}", e.Message)) ); ``` ### Summary -- Mark the class with `DotMakeCliCommand` attribute to make it a CLI command (see [DotMakeCliCommandAttribute](https://dotmake.build/api/html/T_DotMake_CommandLine_DotMakeCliCommandAttribute.htm) docs for more info). -- Mark a property with `DotMakeCliOption` attribute to make it a CLI option (see [DotMakeCliOptionAttribute](https://dotmake.build/api/html/T_DotMake_CommandLine_DotMakeCliOptionAttribute.htm) docs for more info). -- Mark a property with `DotMakeCliArgument` attribute to make it a CLI argument (see [DotMakeCliArgumentAttribute](https://dotmake.build/api/html/T_DotMake_CommandLine_DotMakeCliArgumentAttribute.htm) docs for more info). +- Mark the class with `CliCommand` attribute to make it a CLI command (see [CliCommandAttribute](https://dotmake.build/api/html/T_DotMake_CommandLine_CliCommandAttribute.htm) docs for more info). +- Mark a property with `CliOption` attribute to make it a CLI option (see [CliOptionAttribute](https://dotmake.build/api/html/T_DotMake_CommandLine_CliOptionAttribute.htm) docs for more info). +- Mark a property with `CliArgument` attribute to make it a CLI argument (see [CliArgumentAttribute](https://dotmake.build/api/html/T_DotMake_CommandLine_CliArgumentAttribute.htm) docs for more info). - Add a method with name `Run` or `RunAsync` to make it the handler for the CLI command. The method can have one of the following signatures: - @@ -114,7 +114,7 @@ DotMakeCli.Run(args, builder => ``` The signatures which return int value, sets the ExitCode of the app. -- Call `DotMakeCli.Run<>` or`DotMakeCli.RunAsync<>` method with your class name to run your CLI app (see [DotMakeCli](https://dotmake.build/api/html/T_DotMake_CommandLine_DotMakeCli.htm) docs for more info). +- Call `Cli.Run<>` or`Cli.RunAsync<>` method with your class name to run your CLI app (see [Cli](https://dotmake.build/api/html/T_DotMake_CommandLine_Cli.htm) docs for more info). --- When the command handler is run, the properties for CLI options and arguments will be already populated @@ -176,22 +176,22 @@ By default, command/option/argument names are generated as follows; - For arguments: "RootCliCommandArgument", "RootCommandArgument", "SubCliCommandArgument", "SubCommandArgument", "CliCommandArgument", "CommandArgument", "CliArgument", "Argument" -- Then the names are converted to **kebab-case**, this can be changed by setting `NameCasingConvention` property of the `DotMakeCliCommand` attribute to one of the following values: - - `DotMakeCliCasingConvention.None` - - `DotMakeCliCasingConvention.LowerCase` - - `DotMakeCliCasingConvention.UpperCase` - - `DotMakeCliCasingConvention.TitleCase` - - `DotMakeCliCasingConvention.PascalCase` - - `DotMakeCliCasingConvention.CamelCase` - - `DotMakeCliCasingConvention.KebabCase` - - `DotMakeCliCasingConvention.SnakeCase` +- Then the names are converted to **kebab-case**, this can be changed by setting `NameCasingConvention` property of the `CliCommand` attribute to one of the following values: + - `CliNameCasingConvention.None` + - `CliNameCasingConvention.LowerCase` + - `CliNameCasingConvention.UpperCase` + - `CliNameCasingConvention.TitleCase` + - `CliNameCasingConvention.PascalCase` + - `CliNameCasingConvention.CamelCase` + - `CliNameCasingConvention.KebabCase` + - `CliNameCasingConvention.SnakeCase` -- For options, double hyphen/dash prefix is added to the name (e.g. `--option`), this can be changed by setting `NamePrefixConvention` (default: DoubleHyphen) property of the `DotMakeCliCommand` attribute to one of the following values: - - `DotMakeCliPrefixConvention.SingleHyphen` - - `DotMakeCliPrefixConvention.DoubleHyphen` - - `DotMakeCliPrefixConvention.ForwardSlash` +- For options, double hyphen/dash prefix is added to the name (e.g. `--option`), this can be changed by setting `NamePrefixConvention` (default: DoubleHyphen) property of the `CliCommand` attribute to one of the following values: + - `CliNamePrefixConvention.SingleHyphen` + - `CliNamePrefixConvention.DoubleHyphen` + - `CliNamePrefixConvention.ForwardSlash` -- For options, short-form alias with first letter (e.g. `-o`) is automatically added. This can be changed by setting `ShortFormAutoGenerate` (default: true) and `ShortFormPrefixConvention` (default: SingleHyphen) properties of the `DotMakeCliCommand` attribute. +- For options, short-form alias with first letter (e.g. `-o`) is automatically added. This can be changed by setting `ShortFormAutoGenerate` (default: true) and `ShortFormPrefixConvention` (default: SingleHyphen) properties of the `CliCommand` attribute. --- For example, change the name casing and prefix convention: @@ -199,18 +199,18 @@ For example, change the name casing and prefix convention: using System; using DotMake.CommandLine; -[DotMakeCliCommand( +[CliCommand( Description = "A cli command with snake_case name casing and forward slash prefix conventions", - NameCasingConvention = DotMakeCliCasingConvention.SnakeCase, - NamePrefixConvention = DotMakeCliPrefixConvention.ForwardSlash, - ShortFormPrefixConvention = DotMakeCliPrefixConvention.ForwardSlash + NameCasingConvention = CliNameCasingConvention.SnakeCase, + NamePrefixConvention = CliNamePrefixConvention.ForwardSlash, + ShortFormPrefixConvention = CliNamePrefixConvention.ForwardSlash )] public class RootCliCommand { - [DotMakeCliOption(Description = "Description for Option1")] + [CliOption(Description = "Description for Option1")] public string Option1 { get; set; } = "DefaultForOption1"; - [DotMakeCliArgument(Description = "Description for Argument1")] + [CliArgument(Description = "Description for Argument1")] public string Argument1 { get; set; } = "DefaultForArgument1"; public void Run() @@ -260,13 +260,13 @@ Subcommands can have their own subcommands. In `dotnet tool install`, `install` --- Defining sub-commands in DotMake.Commandline is very easy. We simply use nested classes to create a hierarchy: ```c# -[DotMakeCliCommand(Description = "A root cli command with nested children")] +[CliCommand(Description = "A root cli command with nested children")] public class WithNestedChildrenCliCommand { - [DotMakeCliOption(Description = "Description for Option1")] + [CliOption(Description = "Description for Option1")] public string Option1 { get; set; } = "DefaultForOption1"; - [DotMakeCliArgument(Description = "Description for Argument1")] + [CliArgument(Description = "Description for Argument1")] public string Argument1 { get; set; } = "DefaultForArgument1"; public void Run() @@ -277,13 +277,13 @@ public class WithNestedChildrenCliCommand Console.WriteLine(); } - [DotMakeCliCommand(Description = "A nested level 1 sub-command")] + [CliCommand(Description = "A nested level 1 sub-command")] public class Level1SubCliCommand { - [DotMakeCliOption(Description = "Description for Option1")] + [CliOption(Description = "Description for Option1")] public string Option1 { get; set; } = "DefaultForOption1"; - [DotMakeCliArgument(Description = "Description for Argument1")] + [CliArgument(Description = "Description for Argument1")] public string Argument1 { get; set; } = "DefaultForArgument1"; public void Run() @@ -294,13 +294,13 @@ public class WithNestedChildrenCliCommand Console.WriteLine(); } - [DotMakeCliCommand(Description = "A nested level 2 sub-command")] + [CliCommand(Description = "A nested level 2 sub-command")] public class Level2SubCliCommand { - [DotMakeCliOption(Description = "Description for Option1")] + [CliOption(Description = "Description for Option1")] public string Option1 { get; set; } = "DefaultForOption1"; - [DotMakeCliArgument(Description = "Description for Argument1")] + [CliArgument(Description = "Description for Argument1")] public string Argument1 { get; set; } = "DefaultForArgument1"; public void Run() @@ -314,18 +314,18 @@ public class WithNestedChildrenCliCommand } } ``` -Just make sure you apply `DotMakeCliCommand` attribute to the nested classes as well. +Just make sure you apply `CliCommand` attribute to the nested classes as well. Command hierarchy in above example is: **WithNestedChildrenCliCommand** -> **Level1SubCliCommand** -> **Level2SubCliCommand** -Another way to create hierarchy between commands, especially if you want to use standalone classes, is to use `Parent` property of `DotMakeCliCommand` attribute to specify `typeof` parent class: +Another way to create hierarchy between commands, especially if you want to use standalone classes, is to use `Parent` property of `CliCommand` attribute to specify `typeof` parent class: ```c# -[DotMakeCliCommand(Description = "A root cli command")] +[CliCommand(Description = "A root cli command")] public class RootCliCommand { - [DotMakeCliOption(Description = "Description for Option1")] + [CliOption(Description = "Description for Option1")] public string Option1 { get; set; } = "DefaultForOption1"; - [DotMakeCliArgument(Description = "Description for Argument1")] + [CliArgument(Description = "Description for Argument1")] public string Argument1 { get; set; } = "DefaultForArgument1"; public void Run() @@ -337,17 +337,17 @@ public class RootCliCommand } } -[DotMakeCliCommand( +[CliCommand( Name = "Level1External", Description = "An external level 1 sub-command", Parent = typeof(RootCliCommand) )] public class ExternalLevel1SubCliCommand { - [DotMakeCliOption(Description = "Description for Option1")] + [CliOption(Description = "Description for Option1")] public string Option1 { get; set; } = "DefaultForOption1"; - [DotMakeCliArgument(Description = "Description for Argument1")] + [CliArgument(Description = "Description for Argument1")] public string Argument1 { get; set; } = "DefaultForArgument1"; public void Run() @@ -358,13 +358,13 @@ public class ExternalLevel1SubCliCommand Console.WriteLine(); } - [DotMakeCliCommand(Description = "A nested level 2 sub-command")] + [CliCommand(Description = "A nested level 2 sub-command")] public class Level2SubCliCommand { - [DotMakeCliOption(Description = "Description for Option1")] + [CliOption(Description = "Description for Option1")] public string Option1 { get; set; } = "DefaultForOption1"; - [DotMakeCliArgument(Description = "Description for Argument1")] + [CliArgument(Description = "Description for Argument1")] public string Argument1 { get; set; } = "DefaultForArgument1"; public void Run() @@ -380,11 +380,11 @@ public class ExternalLevel1SubCliCommand Command hierarchy in above example is: **RootCliCommand** -> **ExternalLevel1SubCliCommand** -> **Level2SubCliCommand** --- -The class that `DotMakeCliCommand` attribute is applied to, +The class that `CliCommand` attribute is applied to, - will be a root command if the class is not a nested class and `Parent`property is not set. - will be a sub command if the class is a nested class or `Parent` property is set. -The properties for `DotMakeCliCommand` attribute (see [DotMakeCliCommandAttribute](https://dotmake.build/api/html/T_DotMake_CommandLine_DotMakeCliCommandAttribute.htm) docs for more info): +The properties for `CliCommand` attribute (see [CliCommandAttribute](https://dotmake.build/api/html/T_DotMake_CommandLine_CliCommandAttribute.htm) docs for more info): - Name - Description - Aliases @@ -419,7 +419,7 @@ Both POSIX and Windows prefix conventions are supported. When you configure an o --- When manually setting a name (overriding target property's name), you should specify the option name including the prefix (e.g. `--option`, `-option` or `/option`) -The properties for `DotMakeCliOption` attribute (see [DotMakeCliOptionAttribute](https://dotmake.build/api/html/T_DotMake_CommandLine_DotMakeCliOptionAttribute.htm) docs for more info): +The properties for `CliOption` attribute (see [CliOptionAttribute](https://dotmake.build/api/html/T_DotMake_CommandLine_CliOptionAttribute.htm) docs for more info): - Name - Description - Aliases @@ -473,7 +473,7 @@ Quiet ``` --- -The properties for `DotMakeCliArgument` attribute (see [DotMakeCliArgumentAttribute](https://dotmake.build/api/html/T_DotMake_CommandLine_DotMakeCliArgumentAttribute.htm) docs for more info): +The properties for `CliArgument` attribute (see [CliArgumentAttribute](https://dotmake.build/api/html/T_DotMake_CommandLine_CliArgumentAttribute.htm) docs for more info): - Name - Description - HelpName diff --git a/docs/api/fti/FTI_100.json b/docs/api/fti/FTI_100.json index 998cc13..aed7c76 100644 --- a/docs/api/fti/FTI_100.json +++ b/docs/api/fti/FTI_100.json @@ -1 +1 @@ -{"discovering":[2949121,3080193,3211265,3473409,3538945,4456449,5832705,6029313,6094849],"different":[2949121,3080193,3604481,4390913,6029313,6094849],"dotmakecliargumentarity":[2621441,4784130,4915202,4980737],"delimiter":[2949123,3866625,4259842,6029315],"displaying":[3211265,3342337,5832705],"defines":[2621444,4980737,5308417,6029313,6160385],"dotmakeclicasingconvention":[2621441,3014658,3670018,5308417,5570562],"dotmakeclioptionattribute":[589827,2621442,3080193,4063233,4128769,4390913,4456449,4587521,4915201,5046273,5242881,5439489,5636097,5767169,6094852],"dotmakecli":[327681,720899,786434,851970,983042,1179650,1245186,1310722,1703938,2162689,2621442,3276801,3932161,5636097,5898244],"definition":[262146,393226,458754,524290,589826,655362,720898,786435,851971,917506,983043,1048580,1114116,1179651,1245187,1310723,1441796,1507332,1572868,1638404,1703939,1769476,1835012,1900548,1966082,2031618,2097154,2228226,2293762,2359298,2424836,2490370,2555906,2686978,2752514,2818050,2883586,3014658,3145730,3342338,3473410,3538946,3604482,3670018,3735554,3801090,3866626,3997698,4063234,4128770,4194306,4259842,4325378,4390914,4456450,4521986,4587522,4653058,4718594,4784130,4849668,4915202,4980738,5046274,5111810,5177346,5242882,5308418,5373954,5439490,5505028,5570562,5701646,5767170,5832706,5898242,5963778,6029314,6094850,6160386],"documentation":[1,131073,196609,262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385],"description":[2555907,2949122,3080194,3211266,3735555,4063235,5832706,6029314,6094850],"deprecated":[2949121,3080193,3211265,3473409,3538945,4456449,5832705,6029313,6094849],"default":[65537,786434,851970,983042,1179651,1245187,1310723,1703939,2621443,2949128,3080196,3145732,3670017,3866625,4194305,4259842,4390913,4521985,4587522,5242881,5832706,6029320,6094853],"doublehyphen":[2949121,4194305,6029313,6160385],"delegate":[786433,851969,983041,1179649,1245185,1310721,1703937],"determined":[3080193,3211265,4784129,4915201,5832705,6094849],"defaulting":[131073,458753,5373953],"definitiontype":[1048578,1769474,3801089,4849665,5701633],"dotmakecliprefixconvention":[262146,458756,1966082,2621441,3866626,4194306,4653058,5177346,6160385],"dotmakecliargumentattribute":[524291,2555905,2621442,2686977,2883585,3211265,3342337,3538945,4784129,5636097,5832708],"dotmakecommandbuilder":[393221,917505,1048580,1114116,1441796,1507331,1572865,1638404,1769475,1835011,1900547,2228225,2359299,2424835,2621441,2752515,2818049,3801089,4653057,4718593,4849665,5111811,5177345,5505025,5570561,5701640],"dotmake":[1,131075,196611,262150,327683,393219,458758,524294,589830,655366,720902,786438,851974,917510,983046,1048582,1114118,1179654,1245190,1310726,1376257,1441798,1507334,1572870,1638406,1703942,1769478,1835014,1900550,1966086,2031622,2097158,2162691,2228227,2293766,2359299,2424835,2490374,2555910,2621442,2686982,2752518,2818051,2883590,2949123,3014662,3080195,3145734,3211267,3276803,3342342,3407873,3473414,3538950,3604486,3670022,3735558,3801091,3866630,3932163,3997702,4063238,4128774,4194310,4259846,4325382,4390918,4456454,4521990,4587526,4653062,4718598,4784134,4849670,4915206,4980742,5046278,5111814,5177350,5242886,5308422,5373958,5439494,5505030,5570566,5636099,5701638,5767174,5832710,5898246,5963782,6029318,6094854,6160390],"dot":[327681,393217,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1441793,1507330,1572865,1638401,1703937,1769474,1835010,1900546,2162689,2228225,2359297,2424833,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3080193,3145729,3211265,3276801,3342337,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5439489,5505025,5570561,5701633,5767169,5832705,5898241,6029313,6094849,6160385],"discover":[2949121,3080193,3211265,3473409,3538945,4456449,5832705,6029313,6094849],"details":[786433,851969,983041],"displayed":[2555905,2883585,2949123,3080197,3211266,3735553,3997697,4063233,4325377,4587521,5046273,5242881,5439489,5832706,6029315,6094853],"dll":[262145,458753,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2293761,2490369,2555905,2686977,2752513,2883585,3014657,3145729,3342337,3473409,3538945,3604481,3670017,3735553,3866625,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385],"dotmakeclicommandattribute":[655363,2621442,2949122,3145733,3473409,3604481,3670017,3735553,3866625,3997697,4194305,4259841,4325377,4521985,5636097,6029317],"dotnet":[2621452,5832707,6029319,6094850]} \ No newline at end of file +{"definition":[196610,327682,393218,458756,655364,786442,851972,917508,983044,1048578,1114116,1179650,1245188,1310724,1376258,1441795,1507331,1572867,1638403,1703939,1769474,1835012,1900546,1966082,2031619,2097154,2162690,2228226,2293762,2359298,2555906,2621442,2686979,2818050,2883586,2949122,3080194,3145730,3211266,3276802,3342338,3407874,3473410,3538946,3670018,3735554,3801090,3866626,3932162,3997698,4063234,4128770,4194308,4259842,4325378,4456450,4521986,4587524,4653058,4784130,4915202,4849666,4980738,5046274,5111810,5177348,5242882,5308418,5373954,5505026,5570562,5636098,5701634,5767170,5832718,5898242,5963778,6029314,6094850,6160386],"defines":[4718596,5242881,5898241,6094849,6160385],"doublehyphen":[4063233,4390913,5242881,6160385],"defaulting":[262145,2097153,5701633],"dotmake":[1,131075,196614,262147,327686,393222,458758,524291,589825,655366,720897,786435,851974,917510,983046,1048582,1114118,1179654,1245190,1310726,1376262,1441799,1507335,1572871,1638407,1703943,1769478,1835014,1900550,1966086,2031623,2097158,2162694,2228227,2293763,2359299,2424835,2490371,2555907,2621446,2686983,2752515,2818054,2883590,2949126,3014659,3080198,3145734,3211270,3276806,3342342,3407878,3473414,3538950,3604483,3670022,3735558,3801094,3866630,3932166,3997702,4063238,4128774,4194310,4259846,4325382,4390915,4456454,4521990,4587526,4653062,4718594,4784134,4849670,4915206,4980742,5046278,5111814,5177347,5242886,5308422,5373958,5439491,5505030,5570566,5636102,5701638,5767174,5832710,5898246,5963782,6029318,6094854,6160390],"discovering":[2752513,3211265,3473409,3604481,4390913,4980737,5636097,6029313,6160385],"delimiter":[3735553,4128770,4390915,6160387],"dot":[4718593],"discover":[2752513,3211265,3473409,3604481,4390913,4980737,5636097,6029313,6160385],"description":[2752514,3342339,3604482,3670019,4390914,5505027,5636098,6029314,6160386],"details":[1441793,1507329,2031617],"delegate":[1441793,1507329,1572865,1638401,1703937,2031617,2686977],"dotnet":[4718604,5636099,6029314,6160391],"definitiontype":[458754,1310722,2555905,4587521,5832705],"displaying":[2752513,3145729,5636097],"different":[3538945,3604481,4390913,5308417,6029313,6160385],"documentation":[1,131073,196609,262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385],"default":[65537,1441794,1507330,1572867,1638403,1703939,2031618,2686979,3080196,3407873,3604484,3735553,4063233,4128770,4390920,4456449,4718595,5046274,5308417,5636098,5767169,6029317,6160392],"displayed":[2752514,2949121,3342337,3604485,3670017,3801089,4325377,4390915,4849665,5046273,5505025,5570561,5636098,5767169,6029317,6160387],"dll":[196609,327681,393217,458753,655361,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2621441,2686977,2818049,2883585,2949121,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4456449,4521985,4587521,4653057,4784129,4915201,4849665,4980737,5046273,5111809,5242881,5308417,5373953,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385],"deprecated":[2752513,3211265,3473409,3604481,4390913,4980737,5636097,6029313,6160385],"determined":[2752513,2818049,3604481,4915201,5636097,6029313]} \ No newline at end of file diff --git a/docs/api/fti/FTI_101.json b/docs/api/fti/FTI_101.json index 2664214..7a35e01 100644 --- a/docs/api/fti/FTI_101.json +++ b/docs/api/fti/FTI_101.json @@ -1 +1 @@ -{"equivalent":[786433,851969,983041,1179649,1245185,1310721,1703937],"error":[3,3080193,4587521,6094849],"encoded":[2031617],"exe":[2621441,6029313],"enter":[3080193,4390913,6094849],"exactlyone":[3080193,3211265,4784129,4915201,4980737,5832705,6094849],"empty":[2949121,3080193,3211265,3342337,4325377,5242881,5832705,6029313,6094849],"extensions":[131073,196609,262145,458753,1966081,2031617,2097153,2293761,2490369,3014657,5373953,5963777],"examples":[2621441,5832705],"enumerations":[2621442],"explicit":[2621441,6094849],"external":[393221,1114114,1507330,1572865,1638402,1835010,2359298,2424833,2818050,3801090,5111809,5505025,5701639],"enum":[2686977,3080193,3211265,4980737,5308417,5767169,5832705,6094849,6160385],"exactly":[4980737],"enumerable":[1114113,1638401],"exit":[1179649,1245185,1310721,1703937],"exiting":[131073,458753,5373953],"effect":[3080193,4390913,6094849],"extension":[262146,458754,1966082,2031618,2097154,2293762,2490370,2621442,3014658,5373953,5963777],"explicitly":[2621441,5832705],"elements":[1114113,1638401],"extra":[2949121,4521985,6029313],"errors":[2949121,4521986,6029313],"easy":[2949121,3080193,3211265,3473409,3538945,4456449,5832705,6029313,6094849],"executable":[2621442,6029314],"entering":[2621441,6029313],"enumeration":[4980737,5308417,6160385],"enables":[131073,458753,5373953],"example":[2621447,2949123,3080195,3211266,3342337,3473409,3538945,4325377,4390913,4456449,4521985,5242881,5832707,6029318,6094854]} \ No newline at end of file +{"examples":[4718593,5636097],"external":[786437,851970,917506,983041,1114114,1835010,2293762,2359298,2555906,3866625,4194305,5177345,5832711],"enum":[2621441,2752513,3604481,4521985,5242881,5636097,5898241,6029313,6094849],"extra":[4390913,4456449,6160385],"exe":[4718593,6160385],"enumerations":[4718594],"effect":[3604481,5308417,6029313],"encoded":[3276801],"enables":[262145,2097153,5701633],"enter":[3604481,5308417,6029313],"extension":[1769474,1900546,1966082,2097154,2162690,2883586,3276802,4259842,4718594,5701633,5963777],"errors":[4390913,4456450,6160385],"exactlyone":[2752513,2818049,3604481,4915201,5636097,5898241,6029313],"explicitly":[4718593,5636097],"equivalent":[1441793,1507329,1572865,1638401,1703937,2031617,2686977],"extensions":[131073,262145,1769473,1900545,1966081,2097153,2162689,2883585,3276801,4259841,5701633,5963777],"elements":[851969,917505],"exactly":[5898241],"entering":[4718593,6160385],"error":[3,3604481,5046273,6029313],"empty":[2752513,3145729,3604481,4325377,4390913,5636097,5767169,6029313,6160385],"example":[2752514,3145729,3211265,3473409,3604483,4325377,4390915,4456449,4718599,4980737,5308417,5636099,5767169,6029318,6160390],"exit":[1572865,1638401,1703937,2686977],"enumerable":[851969,917505],"easy":[2752513,3211265,3473409,3604481,4390913,4980737,5636097,6029313,6160385],"executable":[4718594,6160386],"exiting":[262145,2097153,5701633],"explicit":[4718593,6029313],"enumeration":[5242881,5898241,6094849]} \ No newline at end of file diff --git a/docs/api/fti/FTI_102.json b/docs/api/fti/FTI_102.json index 997bf83..51d5154 100644 --- a/docs/api/fti/FTI_102.json +++ b/docs/api/fti/FTI_102.json @@ -1 +1 @@ -{"fail":[2949121,4521985,6029313],"form":[458754,2949122,3866626,3801090,4259842,4718594,5177346,5701634,6029314,6160386],"following":[131073,262145,2621442,3080194,4390914,5373953,5832705,6094851],"forms":[2949122,3866625,4259841,6029314],"feature":[2949121,3080193,3211265,3473409,3538945,4456449,5832705,6029313,6094849],"followed":[2949122,3866625,4259841,6029314],"follows":[2621441,6094849],"features":[2949121,3080193,3211265,3473409,3538945,4456449,5832705,6029313,6094849],"forward":[6160385],"first":[262145,458753,1966081,2031617,2097153,2293761,2490369,3014657,5308420],"forwardslash":[6160385],"follow":[65537],"files":[2949121,3604481,6029313]} \ No newline at end of file +{"feature":[2752513,3211265,3473409,3604481,4390913,4980737,5636097,6029313,6160385],"followed":[3735553,4128769,4390914,6160386],"fail":[4390913,4456449,6160385],"forwardslash":[5242881],"follow":[65537],"following":[262145,1966081,3604482,4718594,5308418,5636097,5701633,6029315],"first":[1769473,1900545,1966081,2097153,2162689,2883585,3276801,4259841,6094852],"files":[3538945,4390913,6160385],"features":[2752513,3211265,3473409,3604481,4390913,4980737,5636097,6029313,6160385],"forward":[5242881],"form":[2097154,2555906,3735554,3932162,4128770,4390914,4784130,5242882,5832706,6160386],"forms":[3735553,4128769,4390914,6160386],"follows":[4718593,6029313]} \ No newline at end of file diff --git a/docs/api/fti/FTI_103.json b/docs/api/fti/FTI_103.json index 1b3e18e..0009a0d 100644 --- a/docs/api/fti/FTI_103.json +++ b/docs/api/fti/FTI_103.json @@ -1 +1 @@ -{"getchildren":[393218,1114114,1638402,2818050,5701634],"generator":[2621441,5701633],"global":[2621443,3080194,4128771,5832705,6094852],"group":[2621442,6029314],"general":[2],"generate":[2949121,3080193,3211265,3342337,4259841,4325377,4718593,5242881,5832705,6029313,6094849],"generated":[786433,851969,983041,1179649,1245185,1310721,1703937,2621441,2949124,3670017,3801094,3866625,4194305,4259841,4653057,4718593,4849665,5177345,5505025,5570561,5701639,6029316],"guide":[262145,458753,1966081,2031617,2097153,2293761,2490369,3014657],"gets":[196610,327681,393220,786433,1048577,1114113,1441793,1638401,2031617,2228226,2490369,2555905,2686977,2818050,2883585,2949131,3080202,3145729,3211270,3342337,3473409,3538945,3604481,3670017,3735553,3801093,3866625,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4915201,5046273,5111809,5177345,5242881,5439489,5570561,5701641,5767169,5832710,5898241,5963778,6029323,6094858],"getbuilder":[327681,786433,5898241],"greater":[3080193,4390913,6094849]} \ No newline at end of file +{"generated":[1441793,1507329,1572865,1638401,1703937,2031617,2555910,2686977,3407873,3735553,3932161,3997697,4063233,4128769,4194305,4390916,4587521,4653057,4784129,4718593,5832711,6160388],"getchildren":[786434,851970,917506,2293762,5832706],"general":[2],"group":[4718594,6160386],"gets":[131074,458753,524289,655361,786436,851969,917505,1507329,1900545,2228226,2293762,2555909,2621441,2752518,2818049,2949121,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604490,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4325377,4390923,4456449,4521985,4653057,4784129,4849665,4915201,4980737,5046273,5111809,5308417,5373953,5505025,5570561,5636102,5767169,5832713,5963778,6029322,6160395],"generator":[4718593,5832705],"generate":[2752513,3145729,3604481,4128769,4325377,4390913,4784129,5636097,5767169,6029313,6160385],"getbuilder":[524289,1507329,5373953],"guide":[1769473,1900545,1966081,2097153,2162689,2883585,3276801,4259841],"greater":[3604481,5308417,6029313],"global":[3604482,4718595,5111811,5636097,6029316]} \ No newline at end of file diff --git a/docs/api/fti/FTI_104.json b/docs/api/fti/FTI_104.json index 7d76567..05910ae 100644 --- a/docs/api/fti/FTI_104.json +++ b/docs/api/fti/FTI_104.json @@ -1 +1 @@ -{"hidden":[2949123,3080195,3211267,3473412,3538948,4456452,5832707,6029315,6094851],"hyphens":[2621441,3080193,5242881,5308417,6094850,6160385],"handling":[131073,458753,5373953],"help":[131074,262147,2555905,2883586,2949124,3080197,3211268,3342337,3473409,3538945,3735553,3997697,4063233,4325377,4456449,5046274,5242881,5373954,5439489,5832708,6029316,6094853],"hyphen":[6160385],"hash":[196610,2031619,2490371,5963778],"helpname":[2883585,3080193,3211265,5046273,5832705,6094849],"hide":[131073,196609,262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385],"handler":[327684,1179649,1245185,1310721,1703937,2162690,3080193,3932162,4587521,5898244,6094849]} \ No newline at end of file +{"helpname":[2752513,2949121,3604481,5570561,5636097,6029313],"hash":[131074,1900547,3276803,5963778],"hyphen":[5242881],"handler":[524292,1572865,1638401,1703937,2424834,2490370,2686977,3604481,5046273,5373956,6029313],"help":[262146,1966083,2752516,2949122,3145729,3211265,3342337,3473409,3604485,3670017,3801089,4325377,4390916,4849665,4980737,5505025,5570562,5636100,5701634,5767169,6029317,6160388],"hidden":[2752515,3211268,3473412,3604483,4390915,4980740,5636099,6029315,6160387],"hide":[131073,196609,262145,327681,393217,458753,524289,655361,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385],"handling":[262145,2097153,5701633],"hyphens":[3604481,4718593,5242881,5767169,6029314,6094849]} \ No newline at end of file diff --git a/docs/api/fti/FTI_105.json b/docs/api/fti/FTI_105.json index 759159a..45bb411 100644 --- a/docs/api/fti/FTI_105.json +++ b/docs/api/fti/FTI_105.json @@ -1 +1 @@ -{"illustrates":[2621441,6094849],"item":[3080195,4390915,6094851],"identifier":[3080193,4390913,6094849],"int":[196610,1179649,1245185,1310721,1703937,2031617,2490370,5963778],"ignored":[2949121,3604481,6029313],"identify":[2621441,6094849],"instead":[131073,458753,5373953],"inheritance":[5373953,5701633,5832705,5898241,5963777,6029313,6094849],"iconsole":[327684,1179651,1245187,1310723,1703939,2162690,3932162,5898244],"instances":[1114113,1638401],"information":[131073,262145,458754,1966081,2031617,2097153,2293761,2490369,3014657,5373953],"invoke":[2621441,6029313],"inputclioption":[3080193,5242881,6094849],"invocation":[1179649,1245185,1310721,1703937],"items":[3080196,4390916,6094852],"indicating":[2949121,3080195,3211265,3473409,3538945,4128769,4456449,4587521,5832705,6029313,6094851],"initializes":[524289,589825,655361,720897,2752513,5701633,5832705,5898241,6029313,6094849],"includes":[2621441,5636097],"implicitly":[2621441,5832705],"including":[2621441,3080194,5242881,5439489,6094851],"ignore":[2293761],"inherited":[2949124,3670017,3866625,4194305,4259841,6029316],"input":[131073,458753,851969,1179649,1245185,2621443,3080194,5242882,5373953,5636097,5898241,6029313,6094850],"indicates":[458753,2949122,3080193,3801089,4259841,4390913,4521985,4718593,5701633,6029314,6094849],"instance":[262147,393217,458755,524289,589825,655361,720897,917506,1048577,1441793,1966084,2031619,2097156,2293764,2490371,2752513,2949121,3014660,3145730,5701634,5832705,5898241,6029314,6094849],"indicated":[327685,786433,1179649,1245185,1310721,1703937,2162690,2621442,3932162,5636097,5898246],"install":[2621444,6029316],"ignorecase":[2293762],"inputoption":[3080193,5242881,6094849],"implicit":[2621441,6094849],"ienumerable":[1114114,1638402,2293762,5111810],"invoked":[3080194,4587522,6094850]} \ No newline at end of file +{"int":[131074,1572865,1638401,1703937,1900546,2686977,3276801,5963778],"iconsole":[524292,1572867,1638403,1703939,2424834,2490370,2686979,5373956],"inputoption":[3604481,5767169,6029313],"instances":[851969,917505],"ienumerable":[851970,917506,2162690,3866626],"including":[3604482,4718593,4849665,5767169,6029315],"ignorecase":[2162690],"instead":[262145,2097153,5701633],"invoked":[3604482,5046274,6029314],"ignored":[3538945,4390913,6160385],"inheritance":[5373953,5636097,5701633,5832705,5963777,6029313,6160385],"inherited":[3407873,3735553,4063233,4128769,4390916,6160388],"information":[262145,1769473,1900545,1966081,2097154,2162689,2883585,3276801,4259841,5701633],"implicit":[4718593,6029313],"inputclioption":[3604481,5767169,6029313],"illustrates":[4718593,6029313],"item":[3604483,5308419,6029315],"implicitly":[4718593,5636097],"input":[262145,1441793,1572865,2097153,2686977,3604482,4718595,5373953,5439489,5701633,5767170,6029314,6160385],"invocation":[1572865,1638401,1703937,2686977],"instance":[196610,327681,393217,458753,655361,786433,1048577,1179649,1376257,1769476,1900547,1966083,2097155,2162692,2883588,3080194,3276803,4259844,4390913,5373953,5636097,5832706,6029313,6160386],"identify":[4718593,6029313],"items":[3604484,5308420,6029316],"ignore":[2162689],"invoke":[4718593,6160385],"indicates":[2097153,2555905,3604481,4128769,4390914,4456449,4784129,5308417,5832705,6029313,6160386],"indicated":[524293,1507329,1572865,1638401,1703937,2424834,2490370,2686977,4718594,5373958,5439489],"identifier":[3604481,5308417,6029313],"includes":[4718593,5439489],"initializes":[327681,393217,1048577,1179649,1376257,5373953,5636097,5832705,6029313,6160385],"install":[4718596,6160388],"indicating":[2752513,3211265,3473409,3604483,4390913,4980737,5046273,5111809,5636097,6029315,6160385]} \ No newline at end of file diff --git a/docs/api/fti/FTI_107.json b/docs/api/fti/FTI_107.json index efc6633..f84818f 100644 --- a/docs/api/fti/FTI_107.json +++ b/docs/api/fti/FTI_107.json @@ -1 +1 @@ -{"kept":[5308417],"kebabcase":[2949121,3670017,5308417,6029313],"kebab":[2949122,3080193,3211265,3342337,3670017,4325377,5242881,5308417,5832705,6029314,6094849],"known":[2621441,6029313]} \ No newline at end of file +{"kebab":[2752513,3145729,3407873,3604481,4325377,4390914,5636097,5767169,6029313,6094849,6160386],"kebabcase":[3407873,4390913,6094849,6160385],"known":[4718593,6160385],"kept":[6094849]} \ No newline at end of file diff --git a/docs/api/fti/FTI_108.json b/docs/api/fti/FTI_108.json index 7d321ae..294a70e 100644 --- a/docs/api/fti/FTI_108.json +++ b/docs/api/fti/FTI_108.json @@ -1 +1 @@ -{"lets":[3080193,4390913,6094849],"link":[65537],"load":[1],"long":[6160385],"looking":[1376257],"library":[2621441,5636097],"lower":[5308420],"list":[327681,983041,2162690,2228226,2359298,2424834,2686977,2621441,2818050,3080193,3211265,3276803,3932162,5767169,5832705,5898241,6029313,6094849],"lowercase":[5308417],"line":[1,131076,196609,262148,327687,393217,458756,524289,589825,655361,720897,786437,851974,917505,983043,1048577,1114113,1179654,1245190,1310724,1376257,1441793,1507329,1572865,1638401,1703940,1769473,1835009,1900545,1966081,2031617,2097153,2162691,2228225,2293761,2359297,2424833,2490369,2555906,2621456,2686978,2752513,2818049,2883585,2949126,3014657,3080203,3145729,3211269,3276802,3342338,3407873,3473409,3538945,3604481,3670017,3735554,3801089,3866625,3932163,3997699,4063234,4128769,4194305,4259841,4325379,4390915,4456449,4521985,4587522,4653057,4718593,4784130,4849665,4915202,4980738,5046273,5111809,5177345,5242883,5308417,5373956,5439491,5505025,5570561,5636101,5701633,5767170,5832711,5898248,5963777,6029321,6094862,6160385],"lowered":[5308419],"leading":[2621441,2949122,3866625,4259841,6029314,6094849],"locate":[1376257],"longer":[1376257]} \ No newline at end of file +{"lowered":[6094851],"lower":[6094852],"lets":[3604481,5308417,6029313],"locate":[589825],"long":[5242881],"line":[1,131073,196609,262148,327681,393217,458753,524295,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441798,1507333,1572870,1638404,1703940,1769473,1835009,1900545,1966084,2031619,2097156,2162689,2228225,2293761,2359297,2424835,2490371,2555905,2621442,2686982,2752517,2818050,2883585,2949121,3014658,3080193,3145730,3211265,3276801,3342338,3407873,3473409,3538945,3604491,3670018,3735553,3801091,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325379,4390918,4456449,4521986,4587521,4653057,4718608,4784129,4849667,4915202,4980737,5046274,5111809,5177345,5242881,5308419,5373960,5439493,5505026,5570561,5636103,5701636,5767171,5832705,5898242,5963777,6029326,6094849,6160393],"load":[1],"list":[524289,2031617,2228226,2293762,2359298,2424834,2490370,2621441,2752513,3014659,3604481,4521985,4718593,5177346,5373953,5636097,6029313,6160385],"lowercase":[6094849],"longer":[589825],"link":[65537],"looking":[589825],"library":[4718593,5439489],"leading":[3735553,4128769,4390914,4718593,6029313,6160386]} \ No newline at end of file diff --git a/docs/api/fti/FTI_109.json b/docs/api/fti/FTI_109.json index a0daf68..9f32973 100644 --- a/docs/api/fti/FTI_109.json +++ b/docs/api/fti/FTI_109.json @@ -1 +1 @@ -{"make":[327681,393217,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1441793,1507330,1572865,1638401,1703937,1769474,1835010,1900546,2162689,2228225,2359297,2424833,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3080193,3145729,3211265,3276801,3342337,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5439489,5505025,5570561,5701633,5767169,5832705,5898241,6029313,6094849,6160385],"msbuild":[2621441,6094849],"making":[2949121,3080193,3211265,3473409,3538945,4456449,5832705,6029313,6094849],"manually":[3080194,5242881,5439489,6094850],"methods":[131075,196611,262146,327683,393219,458754,1966082,2031618,2097154,2293762,2490370,2621444,3014658,5373955,5636097,5701634,5898243,5963779],"message":[3080193,4587521,6094849],"main":[983041,1310721,1376257,1703937,2621441,5636097],"mainly":[3211265,3342337,5832705],"misspelled":[1376257],"method":[262149,458757,786433,851969,917505,983042,1048577,1114113,1179649,1245185,1310722,1441793,1507329,1572865,1638401,1703938,1769473,1835009,1900545,1966085,2031621,2097157,2162689,2228225,2293765,2359297,2424833,2490373,2818049,3014661,3276801,3932161],"maximum":[3080194,4390914,6094850],"members":[4980738,5308418,6160386],"myapp":[2621441,3080195,4390915,5832705,6094851],"multiple":[3080195,4390916,4980737,6094851]} \ No newline at end of file +{"members":[5242882,5898242,6094850],"manually":[3604482,4849665,5767169,6029314],"main":[589825,1638401,1703937,2031617,4718593,5439489],"mainly":[2752513,3145729,5636097],"making":[2752513,3211265,3473409,3604481,4390913,4980737,5636097,6029313,6160385],"multiple":[3604483,5308420,5898241,6029315],"methods":[131075,262147,524291,786435,1769474,1900546,1966082,2097154,2162690,2883586,3276802,4259842,4718596,5373955,5439489,5701635,5832706,5963779],"msbuild":[4718593,6029313],"misspelled":[589825],"make":[4718593],"message":[3604481,5046273,6029313],"method":[196609,458753,655361,851969,917505,983041,1114113,1245185,1310721,1441793,1507329,1572865,1638402,1703938,1769477,1835009,1900549,1966085,2031618,2097157,2162693,2228225,2293761,2359297,2424833,2490369,2686977,2883589,3014657,3276805,4259845,5177345],"maximum":[3604482,5308418,6029314],"myapp":[3604483,4718593,5308419,5636097,6029315]} \ No newline at end of file diff --git a/docs/api/fti/FTI_110.json b/docs/api/fti/FTI_110.json index f492a0f..6207979 100644 --- a/docs/api/fti/FTI_110.json +++ b/docs/api/fti/FTI_110.json @@ -1 +1 @@ -{"nested":[393221,1114114,1507330,1572865,1638402,1835010,2359298,2424833,2621442,2818050,2949122,3604482,3801090,5111809,5505025,5701639,6029316],"namecasingconvention":[2949121,3670017,3801089,5570561,5701633,6029313],"namespace":[131073,196609,262146,327681,393217,458754,524290,589826,655362,720898,786434,851970,917506,983042,1048578,1114114,1179650,1245186,1310722,1441794,1507330,1572866,1638402,1703938,1769474,1835010,1900546,1966082,2031618,2097154,2162689,2228225,2293762,2359297,2424833,2490370,2555906,2621443,2686978,2752514,2818049,2883586,2949121,3014658,3080193,3145730,3211265,3276801,3342338,3473410,3538946,3604482,3670018,3735554,3801089,3866626,3932161,3997698,4063234,4128770,4194306,4259842,4325378,4390914,4456450,4521986,4587522,4653058,4718594,4784130,4849666,4915202,4980738,5046274,5111810,5177346,5242882,5308418,5373954,5439490,5505026,5570562,5636098,5701634,5767170,5832706,5898242,5963778,6029314,6094850,6160386],"nameprefixconvention":[262146,458754,786434,851970,983042,1179650,1245186,1310722,1703938,2949121,3080193,3801089,4194305,4653057,5242881,5701633,6029313,6094849],"number":[2621441,3080193,3211265,4784129,4915201,4980737,5832705,6094849],"new":[524289,589825,655361,720897,1966081,2097153,2293761,2752513,3014657,5701633,5832705,5898241,6029313,6094849],"named":[2621443,5636097,6094850],"null":[786433,851969,983041,1179650,1245186,1310722,1703938],"names":[2621442,2949122,3670017,3801090,4194305,4653057,5308417,5570561,5701634,6029314,6160386],"necessary":[3080193,3211265,4784129,4915201,5832705,6094849],"normal":[131073,458753,5373953],"namespaces":[5636098]} \ No newline at end of file +{"namespaces":[5439490],"named":[4718595,5439489,6029314],"number":[2752513,2818049,3604481,4718593,4915201,5636097,5898241,6029313],"names":[2555906,3407873,3997697,4063233,4390914,4653057,4718594,5242882,5832706,6094849,6160386],"nameprefixconvention":[1441794,1507330,1572866,1638402,1703938,1769474,1966082,2031618,2097154,2555905,2686978,3604481,4063233,4390913,4653057,5767169,5832705,6029313,6160385],"new":[327681,393217,1048577,1179649,1376257,1769473,2162689,2883585,4259841,5373953,5636097,5832705,6029313,6160385],"null":[1441793,1507329,1572866,1638402,1703938,2031617,2686978],"normal":[262145,2097153,5701633],"nested":[786437,851970,917506,983041,1114114,1835010,2293762,2359298,2555906,3538946,3866625,4194305,4390914,4718594,5177345,5832711,6160388],"namecasingconvention":[2555905,2883586,3407873,3997697,4390913,5832705,6160385],"namespace":[131073,196610,262145,327682,393218,458754,524289,655362,786433,851970,917506,983042,1048578,1114114,1179650,1245186,1310722,1376258,1441794,1507330,1572866,1638402,1703938,1769474,1835010,1900546,1966082,2031618,2097154,2162690,2228225,2293761,2359297,2424833,2490369,2555905,2621442,2686978,2752513,2818050,2883586,2949122,3014657,3080194,3145730,3211266,3276802,3342338,3407874,3473410,3538946,3604481,3670018,3735554,3801090,3866626,3932162,3997698,4063234,4128770,4194306,4259842,4325378,4390913,4456450,4521986,4587522,4653058,4718595,4784130,4915202,4849666,4980738,5046274,5111810,5177345,5242882,5308418,5373954,5439490,5505026,5570562,5636098,5701634,5767170,5832706,5898242,5963778,6029314,6094850,6160386],"necessary":[2752513,2818049,3604481,4915201,5636097,6029313]} \ No newline at end of file diff --git a/docs/api/fti/FTI_111.json b/docs/api/fti/FTI_111.json index fddd82c..03c60bb 100644 --- a/docs/api/fti/FTI_111.json +++ b/docs/api/fti/FTI_111.json @@ -1 +1 @@ -{"optional":[786434,851970,983042,1179651,1245187,1310723,1703939,2293761],"operation":[851969,983041],"one":[131073,262145,2621441,3080196,4390916,4980740,5308417,5373953,6029313,6094852,6160385],"overriding":[3080193,5242881,6094849],"owner":[3080193,4128769,6094849],"occurred":[1],"oneormore":[4980737],"option":[131073,262145,458757,589825,1376257,2621458,2949125,3080224,3211265,3473409,3538945,3670017,3801091,3866625,4063234,4128770,4194306,4390918,4456451,4587526,4653057,4915201,4980737,5046273,5177345,5242891,5308417,5373953,5439494,5570561,5636098,5701635,5767171,5832709,6029317,6094889,6160393],"overload":[851969,983041,1048577,1114113,1179649,1245185,1310721,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,2162690,2228226,2359298,2424834,2818050,3276802,3932162],"optio":[3080195,4915201,5046273,5767169,6094851],"options":[131073,262145,393217,917505,2621444,2949125,3080193,3670017,3801089,3866625,4128769,4194305,4259842,4718593,5373953,5701634,5832705,6029317,6094852],"outputargument":[3211265,3342337,5832705],"outputcliargument":[3211265,3342337,5832705],"object":[262145,458753,1966081,2031617,2097153,2293761,2490369,3014657,5373953,5701633,5832705,5898241,5963777,6029313,6094849],"output":[1179649,1245185,1310721,1703937,3211266,3342338,5832706],"omit":[262145,458753,1966081,2031617,2097153,2293761,2490369,3014657]} \ No newline at end of file +{"omit":[1769473,1900545,1966081,2097153,2162689,2883585,3276801,4259841],"option":[262145,589825,1179649,1966081,2097157,2555907,2752513,3211265,3407873,3473409,3604512,3735553,3932161,3997697,4063234,4390917,4521987,4653057,4718610,4849670,4915201,4980739,5046278,5111810,5242889,5308422,5439490,5505026,5570561,5636101,5701633,5767179,5832707,5898241,6029353,6094849,6160389],"one":[262145,1966081,3604484,4718593,5242881,5308420,5701633,5898244,6029316,6094849,6160385],"outputargument":[2752513,3145729,5636097],"overload":[458753,655361,851969,917505,983041,1114113,1245185,1310721,1441793,1572865,1638401,1703937,1835009,2031617,2228226,2293762,2359298,2424834,2490370,2686977,3014658,5177346],"owner":[3604481,5111809,6029313],"optio":[3604483,4521985,4915201,5570561,6029315],"oneormore":[5898241],"optional":[1441794,1507330,1572867,1638403,1703939,2031618,2162689,2686979],"options":[196609,262145,786433,1966081,2555905,3407873,3604481,3735553,4063233,4128770,4390917,4718596,4784129,5111809,5636097,5701633,5832706,6029316,6160389],"object":[1769473,1900545,1966081,2097153,2162689,2883585,3276801,4259841,5373953,5636097,5701633,5832705,5963777,6029313,6160385],"overriding":[3604481,5767169,6029313],"outputcliargument":[2752513,3145729,5636097],"occurred":[1],"output":[1572865,1638401,1703937,2686977,2752514,3145730,5636098],"operation":[1441793,2031617]} \ No newline at end of file diff --git a/docs/api/fti/FTI_112.json b/docs/api/fti/FTI_112.json index 7dd7e9b..216e036 100644 --- a/docs/api/fti/FTI_112.json +++ b/docs/api/fti/FTI_112.json @@ -1 +1 @@ -{"projectpathargument":[3211265,3342337,5832705],"performs":[2621442,5636097,6029313],"prevent":[2949121,3080193,3211265,3473409,3538945,4456449,5832705,6029313,6094849],"pascalcase":[5308418],"prefixes":[196609,2097153,5963777],"persists":[1],"parse":[327682,851972,983044,3276803,5898242],"protected":[2752513,4653057,4718593,4849665,5177345,5505025,5570561],"parameter":[262145,458753,1966081,2031617,2097153,2293761,2490369,2621445,3014657,5636098,6094851],"provided":[2621441,2949121,4521985,5832705,6029313],"prefixconvention":[1966082],"page":[1,1376261],"properties":[2949123,3080195,3211267,3801091,5701634,5832706,6029314,6094850],"provides":[2621444,3080193,4587521,5373953,5636097,5898241,5963777,6094849],"projectpath":[3211265,3342337,5832705],"progra":[983041,1310721,1703937],"projectpathcliargument":[3211265,3342337,5832705],"property":[2555906,2621446,2686978,2883586,2949123,3080198,3145730,3211269,3342342,3473411,3538947,3604484,3670018,3735554,3866626,3997698,4063234,4128770,4194306,4259842,4325378,4390914,4456451,4521986,4587522,4653058,4718594,4784130,4849666,4915202,5046274,5111810,5177346,5242887,5439490,5505026,5570562,5636098,5767170,5832710,6029317,6094855],"providing":[786433,851969,983041],"parentdefinitiontype":[1114114,1507330,3801089,5505025,5701633],"parsing":[2621442,5636097,5898241],"prefer":[2949121,3604481,6029313],"preview":[2949121,3080193,3211265,3473409,3538945,4456449,5832705,6029313,6094849],"populated":[393217,917506,5701633],"public":[262145,458753,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2293761,2490369,2555905,2686977,2883585,3014657,3145729,3342337,3473409,3538945,3604481,3670017,3735553,3866625,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385],"posix":[2621442,3080193,5242881,6094851,6160386],"parser":[2621441,5636097],"path":[3080193,3211265,3342337,5242881,5832705,6094849],"project":[3211265,3342337,5832705],"parent":[393221,1114114,1507330,1572865,1638402,1835010,2359298,2424833,2621442,2818050,2949122,3080196,3604483,3801089,4128769,4587522,5242881,5505026,5701638,6029316,6094852],"passed":[851969,983041,1179649,1245185,1310721,1703937,2621445,3080194,3211265,4390913,4784129,4915201,4980737,5636097,5832707,6094851],"parses":[327686,851969,983041,1179649,1245185,1310721,1703937,2162690,3276802,3932162,5898246],"prefix":[196609,262145,458754,1966083,2097153,2621444,2949122,3080194,3801090,3866626,4194306,4653058,5177346,5242881,5439489,5701634,5963777,6029314,6094853,6160389],"programming":[262145,458753,1966081,2031617,2097153,2293761,2490369,3014657],"parseresult":[851971,983043],"prefixed":[3080193,5242881,6094849,6160387],"parameters":[262146,458754,786436,851972,983044,1048578,1114114,1179652,1245188,1310724,1441794,1507329,1638402,1703940,1769473,1835012,1900548,1966082,2031618,2097154,2293762,2490370,2621442,3014658,5832705,6094849]} \ No newline at end of file +{"parameters":[458754,655362,851970,917506,1114113,1245188,1310721,1441796,1507332,1572868,1638404,1703940,1769474,1835012,1900546,1966082,2031620,2097154,2162690,2686980,2883586,3276802,4259842,4718594,5636097,6029313],"project":[2752513,3145729,5636097],"providing":[1441793,1507329,2031617],"persists":[1],"protected":[1048577,3932161,3997697,4194305,4587521,4653057,4784129],"parses":[524294,1441793,1572865,1638401,1703937,2031617,2424834,2490370,2686977,3014658,5373958],"public":[196609,327681,393217,458753,655361,851969,917505,983041,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2621441,2686977,2818049,2883585,2949121,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4456449,4521985,4587521,4653057,4784129,4915201,4849665,4980737,5046273,5111809,5242881,5308417,5373953,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385],"path":[2752513,3145729,3604481,5636097,5767169,6029313],"programming":[1769473,1900545,1966081,2097153,2162689,2883585,3276801,4259841],"prefer":[3538945,4390913,6160385],"progra":[1638401,1703937,2031617],"parsing":[4718594,5373953,5439489],"properties":[2555907,2752515,3604483,4390915,5636098,5832706,6029314,6160386],"passed":[1441793,1572865,1638401,1703937,2031617,2686977,2752513,2818049,3604482,4718597,4915201,5308417,5439489,5636099,5898241,6029315],"performs":[4718594,5439489,6160385],"prevent":[2752513,3211265,3473409,3604481,4390913,4980737,5636097,6029313,6160385],"projectpath":[2752513,3145729,5636097],"prefixed":[3604481,5242883,5767169,6029313],"projectpathcliargument":[2752513,3145729,5636097],"posix":[3604481,4718594,5242882,5767169,6029315],"parser":[4718593,5439489],"prefixes":[131073,4259841,5963777],"populated":[196610,786433,5832705],"provides":[3604481,4718596,5046273,5373953,5439489,5701633,5963777,6029313],"projectpathargument":[2752513,3145729,5636097],"page":[1,589829],"parent":[786437,851970,917506,983041,1114114,1835010,2293762,2359298,2555905,3538947,3604484,4194306,4390914,4718594,5046274,5111809,5177345,5767169,5832710,6029316,6160388],"parentdefinitiontype":[851970,1114114,2555905,4194305,5832705],"prefix":[131073,1769475,1966081,2097154,2555906,3604482,3735554,3932162,4063234,4259841,4390914,4653058,4718596,4849665,5242885,5767169,5832706,5963777,6029317,6160386],"property":[2621442,2752517,2818050,2949122,3080194,3145734,3211267,3342338,3407874,3473411,3538948,3604486,3670018,3735554,3801090,3866626,3932162,3997698,4063234,4128770,4194306,4325378,4390915,4456450,4521986,4587522,4653058,4718598,4784130,4849666,4915202,4980739,5046274,5111810,5308418,5439490,5505026,5570562,5636102,5767175,6029319,6160389],"provided":[4390913,4456449,4718593,5636097,6160385],"parseresult":[1441795,2031619],"preview":[2752513,3211265,3473409,3604481,4390913,4980737,5636097,6029313,6160385],"pascalcase":[6094850],"parse":[524290,1441796,2031620,3014659,5373954],"parameter":[1769473,1900545,1966081,2097153,2162689,2883585,3276801,4259841,4718597,5439490,6029315]} \ No newline at end of file diff --git a/docs/api/fti/FTI_113.json b/docs/api/fti/FTI_113.json index aa1fc36..91625e5 100644 --- a/docs/api/fti/FTI_113.json +++ b/docs/api/fti/FTI_113.json @@ -1 +1 @@ -{"quiet":[2621443,5832705,6094850]} \ No newline at end of file +{"quiet":[4718595,5636097,6029314]} \ No newline at end of file diff --git a/docs/api/fti/FTI_114.json b/docs/api/fti/FTI_114.json index 637c6ee..6c67c6c 100644 --- a/docs/api/fti/FTI_114.json +++ b/docs/api/fti/FTI_114.json @@ -1 +1 @@ -{"removeprefix":[196609,2097153,5963777],"running":[2621442,5636097,5898241],"rootclicommand":[2949121,4325377,6029313],"represents":[2621447,5636099,5701633,5832705,6029313,6094849],"required":[3080197,4587526,6094853],"registerwithdotnetsuggest":[786433,851969,983041,1179649,1245185,1310721,1703937],"rootclicommandargument":[3211265,3342337,5832705],"registered":[393220,1048578,1114114,1441794,1638402,2228226,2818050,5701636],"rest":[5308419],"removed":[5308418],"removes":[196609,2097153,5963777],"runs":[327684,1179649,1245185,1310721,1703937,2162690,3932162,5898244],"registers":[393221,1507329,1572865,1769473,1835009,1900545,2359298,2424835,5701637],"remove":[2097153,2293761],"rootcommand":[2949121,4325377,6029313],"runasync":[327682,1245186,1703938,3932162,5898242],"repeating":[3080193,4390913,6094849],"root":[2621444,2949121,3604481,5636097,6029316],"repeat":[3080194,4390914,6094850],"rootcommandoption":[3080193,5242881,6094849],"return":[262146,458754,786434,851970,917505,983042,1048578,1114114,1179650,1245186,1310722,1376257,1441794,1638402,1703938,1966082,2031618,2097154,2293762,2490370,3014658],"related":[2621443,6029315],"rootclicommandoption":[3080193,5242881,6094849],"register":[393219,1507329,1572867,1769475,1835009,1900547,2359297,2424836,5701635],"requested":[1376257],"reference":[131073,196609,262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385],"registeraschild":[393218,1507330,1835010,2359298,5701634],"runner":[2621441,5636097],"redirected":[65537],"refers":[2621441,3080193,3211265,4784129,4915201,4980737,5832705,6094849],"rootcommandargument":[3211265,3342337,5832705],"recursively":[3080193,4128769,6094849]} \ No newline at end of file +{"rootclicommand":[4325377,4390913,6160385],"recursively":[3604481,5111809,6029313],"rest":[6094851],"repeating":[3604481,5308417,6029313],"removed":[6094850],"removes":[131073,4259841,5963777],"rootclicommandoption":[3604481,5767169,6029313],"runasync":[524290,1572866,1638402,2490370,5373954],"running":[4718594,5373953,5439489],"registered":[458754,655362,786436,851970,917506,2228226,2293762,5832708],"return":[196609,458754,589825,655362,851970,917506,1441794,1507330,1572866,1638402,1703938,1769474,1900546,1966082,2031618,2097154,2162690,2686978,2883586,3276802,4259842],"reference":[131073,196609,262145,327681,393217,458753,524289,655361,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4784129,4915201,4849665,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385],"rootcommand":[4325377,4390913,6160385],"root":[3538945,4390913,4718596,5439489,6160388],"remove":[2162689,4259841],"required":[3604485,5046278,6029317],"registeraschild":[786434,1114114,1835010,2359298,5832706],"register":[786435,983043,1114113,1245187,1310723,1835009,2359297,5177348,5832707],"rootcommandoption":[3604481,5767169,6029313],"runs":[524292,1572865,1638401,1703937,2424834,2490370,2686977,5373956],"rootclicommandargument":[2752513,3145729,5636097],"related":[4718595,6160387],"rootcommandargument":[2752513,3145729,5636097],"redirected":[65537],"registers":[786437,983041,1114113,1245185,1310721,1835009,2359298,5177347,5832709],"requested":[589825],"represents":[4718599,5439491,5636097,5832705,6029313,6160385],"removeprefix":[131073,4259841,5963777],"refers":[2752513,2818049,3604481,4718593,4915201,5636097,5898241,6029313],"repeat":[3604482,5308418,6029314],"registerwithdotnetsuggest":[1441793,1507329,1572865,1638401,1703937,2031617,2686977],"runner":[4718593,5439489]} \ No newline at end of file diff --git a/docs/api/fti/FTI_115.json b/docs/api/fti/FTI_115.json index 89d4f0a..81b3587 100644 --- a/docs/api/fti/FTI_115.json +++ b/docs/api/fti/FTI_115.json @@ -1 +1 @@ -{"snakecase":[5308417],"stripsuffixes":[196609,2293761,5963777],"shortformprefixconvention":[458754,786433,851969,983041,1179649,1245185,1310721,1703937,2949122,3801089,3866625,4259841,5177345,5701633,6029314],"strings":[2293761,2949121,3080193,3997697,5439489,6029313,6094849],"spaces":[5308420],"strip":[2293761],"source":[2031618,2490370,2621441,5701633],"shows":[2621441,6094849],"stripped":[2949121,3080193,3211265,3342337,4325377,5242881,5832705,6029313,6094849],"singlehyphen":[2949121,3866625,6029313,6160385],"site":[1],"subcommandargument":[3211265,3342337,5832705],"strips":[196609,2293761,5963777],"search":[1376257,3080193,3407873,5242881,6094849],"separate":[2949121,3604481,6029313],"specific":[196611,1966081,2293761,2621442,3014657,5636097,5963779,6029313],"suggest":[2686977,2621442,3080193,3211265,5767169,5832706,6094850],"settings":[393217,917505,5701633],"supported":[2621441,6094849],"suffix":[2293761],"subclicommand":[2949121,4325377,6029313],"sets":[2555905,2686977,2883585,2949130,3080202,3211270,3342337,3473409,3538945,3604481,3670017,3735553,3866625,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4784129,4915201,5046273,5242881,5439489,5767169,5832710,6029322,6094858],"syntax":[262145,458753,1966081,2031617,2097153,2293761,2490369,3014657],"searchpathoption":[3080193,5242881,6094849],"short":[131073,458755,2949124,3866627,3801090,4259843,4718594,5177346,5373953,5701634,6029316,6160385],"single":[2949122,3866625,4259841,6029314],"sort":[3407873],"suffixes":[196609,2293764,2949121,3080193,3211265,3342337,4325377,5242881,5832705,5963777,6029313,6094849],"string":[196614,327691,851973,983044,1179653,1245189,1310725,1703941,1966089,2031626,2097161,2162692,2293771,2490373,2555906,2686978,2621441,2883586,3014665,3276803,3342338,3735554,3932164,3997698,4063234,4325378,5046274,5242882,5439490,5767170,5898251,5963783],"sorry":[1,1376257],"stringextensions":[196609,1966081,2031617,2097153,2293761,2490369,2621441,3014657,5963778],"searchpath":[3080193,5242881,6094849],"subclicommandargument":[3211265,3342337,5832705],"subclicommandoption":[3080193,5242881,6094849],"shortformautogenerate":[458754,786433,851969,983041,1179649,1245185,1310721,1703937,2949121,3801089,4259841,4718593,5701633,6029313],"slash":[2621441,6094849,6160385],"split":[851969,1179649,1245185],"snake_case":[5308417],"subcommandoption":[3080193,5242881,6094849],"support":[2621441,2949121,3080193,3211265,3473409,3538945,4456449,5832705,6029314,6094849],"stable":[196610,2031618,2490370,5963778],"setting":[786433,851969,983041,1179649,1245185,1310721,1703937,2949124,3080197,3211265,3670017,3866625,4194305,4259841,4390914,4784129,4915201,5242881,5439489,5832705,6029316,6094853],"sub":[393217,917505,2621441,3080193,4128769,5701633,6029313,6094849],"subcommands":[2621444,2949125,3604481,3670017,3866625,4194305,4259841,6029321],"specifies":[2621452,5636099,5832705,6029319,6094849],"specified":[131074,262145,458753,2686977,2621442,3080194,3211265,4587521,5373954,5767169,5832705,6094852],"static":[262145,458753,786433,851969,983041,1048577,1114113,1179649,1245185,1310721,1441793,1507329,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2293761,2490369,3014657,3145729,5373953,5963777],"subcommand":[2621442,2949122,3604481,4325377,6029316],"set":[2555905,2686977,2621442,2883585,2949123,3080195,3211265,3342338,3473409,3538945,3604481,3670017,3735553,3866625,3997698,4063233,4128769,4194305,4259841,4325378,4390914,4456449,4521986,4587521,4653057,4718593,4784129,4849665,4915201,5046273,5177345,5242882,5439490,5505025,5570561,5767169,5832705,6029317,6094851],"searchpathclioption":[3080193,5242881,6094849],"specify":[2621441,2949122,3080197,3997697,4325377,4390913,5242882,5439490,6029314,6094854]} \ No newline at end of file +{"subclicommandoption":[3604481,5767169,6029313],"slash":[4718593,5242881,6029313],"snake_case":[6094849],"searchpathclioption":[3604481,5767169,6029313],"subclicommandargument":[2752513,3145729,5636097],"search":[589825,720897,3604481,5767169,6029313],"source":[1900546,3276802,4718593,5832705],"specifies":[4718604,5439491,5636097,6029313,6160391],"singlehyphen":[3735553,4390913,5242881,6160385],"specified":[262146,1966081,2097153,2621441,2752513,3604482,4521985,4718594,5046273,5636097,5701634,6029316],"searchpathoption":[3604481,5767169,6029313],"spaces":[6094852],"snakecase":[6094849],"subcommands":[3407873,3538945,3735553,4063233,4128769,4390917,4718596,6160393],"specific":[131075,1769473,2162689,2883585,4718594,5439489,5963779,6160385],"setting":[1441793,1507329,1572865,1638401,1703937,2031617,2686977,2752513,2818049,3407873,3604485,3735553,4063233,4128769,4390916,4915201,4849665,5308418,5636097,5767169,6029317,6160388],"sub":[196609,786433,3604481,4718593,5111809,5832705,6029313,6160385],"shows":[4718593,6029313],"stripped":[2752513,3145729,3604481,4325377,4390913,5636097,5767169,6029313,6160385],"suffix":[2162689],"stable":[131074,1900546,3276802,5963778],"sort":[720897],"stripsuffixes":[131073,2162689,5963777],"short":[262145,2097155,2555906,3735555,3932162,4128771,4390916,4784130,5242881,5701633,5832706,6160388],"subcommandoption":[3604481,5767169,6029313],"strips":[131073,2162689,5963777],"sorry":[1,589825],"sets":[2621441,2752518,2818049,2949121,3145729,3211265,3342337,3407873,3473409,3538945,3604490,3670017,3735553,3801089,4063233,4128769,4325377,4390922,4456449,4521985,4849665,4915201,4980737,5046273,5111809,5308417,5505025,5570561,5636102,5767169,6029322,6160394],"single":[3735553,4128769,4390914,6160386],"strip":[2162689],"specify":[3604485,3801089,4325377,4390914,4718593,4849666,5308417,5767170,6029318,6160386],"suffixes":[131073,2162692,2752513,3145729,3604481,4325377,4390913,5636097,5767169,5963777,6029313,6160385],"shortformprefixconvention":[1441793,1507329,1572865,1638401,1703937,2031617,2097154,2555905,2686977,3735553,3932161,4128769,4390914,5832705,6160386],"settings":[196609,786433,5832705],"site":[1],"subcommandargument":[2752513,3145729,5636097],"separate":[3538945,4390913,6160385],"strings":[2162689,3604481,3801089,4390913,4849665,6029313,6160385],"searchpath":[3604481,5767169,6029313],"syntax":[1769473,1900545,1966081,2097153,2162689,2883585,3276801,4259841],"set":[2621441,2752513,2818049,2949121,3145730,3211265,3342337,3407873,3473409,3538945,3604483,3670017,3735553,3801090,3932161,3997697,4063233,4128769,4194305,4325378,4390915,4456450,4521985,4587521,4653057,4718594,4784129,4849666,4915201,4980737,5046273,5111809,5308418,5505025,5570561,5636097,5767170,6029315,6160389],"suggest":[2621441,2752513,3604481,4521985,4718594,5636098,6029314],"string":[131078,524299,1441797,1572869,1638405,1703941,1769481,1900549,2031620,2162699,2424836,2490372,2621442,2686981,2883593,2949122,3014659,3145730,3276810,3342338,3670018,3801090,4259849,4325378,4521986,4718593,4849666,5373963,5505026,5570562,5767170,5963783],"stringextensions":[131073,1769473,1900545,2162689,2883585,3276801,4259841,4718593,5963778],"subcommand":[3538945,4325377,4390914,4718594,6160388],"subclicommand":[4325377,4390913,6160385],"support":[2752513,3211265,3473409,3604481,4390913,4718593,4980737,5636097,6029313,6160386],"shortformautogenerate":[1441793,1507329,1572865,1638401,1703937,2031617,2097154,2555905,2686977,4128769,4390913,4784129,5832705,6160385],"split":[1441793,1572865,2686977],"supported":[4718593,6029313],"static":[458753,655361,851969,917505,1114113,1245185,1310721,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2686977,2883585,3080193,3276801,4259841,5701633,5963777]} \ No newline at end of file diff --git a/docs/api/fti/FTI_116.json b/docs/api/fti/FTI_116.json index 0608558..3143425 100644 --- a/docs/api/fti/FTI_116.json +++ b/docs/api/fti/FTI_116.json @@ -1 +1 @@ -{"tparentdefinition":[393218,1638403,1835011,2359297,2818049,5701634],"token":[2621441,3080193,4390914,6029313,6094849],"treated":[2949121,4521985,6029313],"text":[2949121,4325377,6029313],"tab":[2949121,3080193,3211265,3473409,3538945,4456449,5832705,6029313,6094849],"two":[2621442,3080196,4390915,5242881,6094854,6160385],"toc":[131073,196609,262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385],"target":[3080193,5242881,6094849],"task":[1245186,1703938],"tokens":[851969,1179649,1245185,2949121,3080193,4390913,4521986,6029313,6094849],"typo":[1376257],"type":[262145,393220,458753,786434,851970,983042,1048580,1114116,1179650,1245186,1310722,1441794,1507332,1638402,1703938,1769476,1835010,1900546,1966081,2031617,2097153,2228225,2293761,2359297,2424833,2490369,2686977,2818049,3014657,3080194,3211266,3604482,4784129,4849667,4915201,5505027,5701636,5767169,5832706,6094850],"title":[3407873,5308417],"three":[3080196,4390916,6094852],"typed":[1376257],"types":[3080193,3211265,4784129,4915201,5832705,6094849],"typically":[983041,1310721,1703937,2621441,2949122,3866625,4259841,6029314,6094849],"try":[1,1376257],"true":[786433,851969,983041,1179649,1245185,1310721,1703937,2293761,2621442,5832705,6094849],"treatunmatchedtokensaserrors":[2949121,4521985,6029313],"tool":[2621450,5832705,6029320,6094849],"tocase":[196609,3014657,5963777],"titlecase":[5308417],"treat":[4521985],"tdefinition":[327687,393218,786435,851971,983043,1179651,1245187,1310723,1441795,1703939,1900547,2162690,2228225,2424833,3276802,3932162,5701634,5898247],"table":[1376257],"topic":[65537],"takes":[3080193,4390913,6094849]} \ No newline at end of file +{"typed":[589825],"types":[2752513,2818049,3604481,4915201,5636097,6029313],"try":[1,589825],"target":[3604481,5767169,6029313],"table":[589825],"typo":[589825],"tocase":[131073,2883585,5963777],"tab":[2752513,3211265,3473409,3604481,4390913,4980737,5636097,6029313,6160385],"task":[1572866,1638402],"tokens":[1441793,1572865,2686977,3604481,4390913,4456450,5308417,6029313,6160385],"tdefinition":[524295,655363,786434,1245187,1441795,1507331,1572867,1638403,1703939,2031619,2228225,2424834,2490370,2686979,3014658,5177345,5373959,5832706],"takes":[3604481,5308417,6029313],"typically":[1638401,1703937,2031617,3735553,4128769,4390914,4718593,6029313,6160386],"three":[3604484,5308420,6029316],"true":[1441793,1507329,1572865,1638401,1703937,2031617,2162689,2686977,4718594,5636097,6029313],"title":[720897,6094849],"tparentdefinition":[786434,917507,1835011,2293761,2359297,5832706],"type":[458756,655362,786436,851972,917506,1114116,1245186,1310724,1441794,1507330,1572866,1638402,1703938,1769473,1835010,1900545,1966081,2031618,2097153,2162689,2228225,2293761,2359297,2621441,2686978,2752514,2818049,2883585,3276801,3538946,3604482,4194307,4259841,4521985,4587523,4915201,5177345,5636098,5832708,6029314],"toc":[131073,196609,262145,327681,393217,458753,524289,655361,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385],"topic":[65537],"treatunmatchedtokensaserrors":[4390913,4456449,6160385],"tool":[4718602,5636097,6029313,6160392],"treated":[4390913,4456449,6160385],"titlecase":[6094849],"treat":[4456449],"text":[4325377,4390913,6160385],"two":[3604484,4718594,5242881,5308419,5767169,6029318],"token":[3604481,4718593,5308418,6029313,6160385]} \ No newline at end of file diff --git a/docs/api/fti/FTI_117.json b/docs/api/fti/FTI_117.json index ea815cd..8b22532 100644 --- a/docs/api/fti/FTI_117.json +++ b/docs/api/fti/FTI_117.json @@ -1 +1 @@ -{"using":[2621441,2949121,3080193,3211265,3473409,3538945,4456449,5832705,6029313,6094850],"useversionoption":[131073,458753,786433,851969,983041,1179649,1245185,1310721,1703937,5373953],"used":[1179649,1245185,1310721,1703937,2621442,2949124,3080195,3211266,3342338,3604481,3801091,3997697,4325378,4653057,5177345,5242882,5439489,5570561,5636097,5701635,5832706,6029316,6094852,6160386],"useparsedirective":[786433,851969,983041,1179649,1245185,1310721,1703937],"upper":[5308421],"update":[2621443,5832705,6029313,6094849],"underscores":[5308417],"useparseerrorreporting":[786433,851969,983041,1179649,1245185,1310721,1703937],"usetypocorrections":[786433,851969,983041,1179649,1245185,1310721,1703937],"usebuilderdefaults":[786434,851970,983042,1179650,1245186,1310722,1703938],"unmatched":[2949121,4521986,6029313],"useenvironmentvariabledirective":[786433,851969,983041,1179649,1245185,1310721,1703937],"usesuggestdirective":[786433,851969,983041,1179649,1245185,1310721,1703937],"usually":[6160386],"users":[2949121,3080193,3211265,3473409,3538945,4456449,5832705,6029313,6094849],"url":[1376258],"uppercase":[5308417],"usehelp":[131073,262145,786433,851969,983041,1179649,1245185,1310721,1703937,5373953],"usage":[262146,458754,1966082,2031618,2097154,2293762,2490370,2555905,2949123,3014658,3080195,3211266,3342337,3735553,3997697,4063233,4325377,5242881,5439489,5832706,6029315,6094851],"uninstall":[2621441,6029313]} \ No newline at end of file +{"url":[589826],"upper":[6094853],"useparseerrorreporting":[1441793,1507329,1572865,1638401,1703937,2031617,2686977],"unmatched":[4390913,4456450,6160385],"useversionoption":[262145,1441793,1507329,1572865,1638401,1703937,2031617,2097153,2686977,5701633],"using":[2752513,3211265,3473409,3604481,4390913,4718593,4980737,5636097,6029314,6160385],"usesuggestdirective":[1441793,1507329,1572865,1638401,1703937,2031617,2686977],"usage":[1769474,1900546,1966082,2097154,2162690,2752514,2883586,3145729,3276802,3342337,3604483,3670017,3801089,4259842,4325377,4390915,4849665,5505025,5636098,5767169,6029315,6160387],"usehelp":[262145,1441793,1507329,1572865,1638401,1703937,1966081,2031617,2686977,5701633],"usually":[5242882],"useparsedirective":[1441793,1507329,1572865,1638401,1703937,2031617,2686977],"used":[1572865,1638401,1703937,2555907,2686977,2752514,3145730,3538945,3604483,3801089,3932161,3997697,4325378,4390916,4653057,4718594,4849665,5242882,5439489,5636098,5767170,5832707,6029316,6160388],"underscores":[6094849],"uninstall":[4718593,6160385],"usetypocorrections":[1441793,1507329,1572865,1638401,1703937,2031617,2686977],"update":[4718595,5636097,6029313,6160385],"uppercase":[6094849],"usebuilderdefaults":[1441794,1507330,1572866,1638402,1703938,2031618,2686978],"users":[2752513,3211265,3473409,3604481,4390913,4980737,5636097,6029313,6160385],"useenvironmentvariabledirective":[1441793,1507329,1572865,1638401,1703937,2031617,2686977]} \ No newline at end of file diff --git a/docs/api/fti/FTI_118.json b/docs/api/fti/FTI_118.json index 0fdfa47..de58fed 100644 --- a/docs/api/fti/FTI_118.json +++ b/docs/api/fti/FTI_118.json @@ -1 +1 @@ -{"visual":[262146,458754,1966082,2031618,2097154,2293762,2490370,3014658],"verbs":[2621441,6029313],"version":[131074,262145,458756,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2293761,2490369,2555905,2686977,2621441,2752513,2883585,3014657,3145729,3342337,3473409,3538945,3604481,3670017,3735553,3866625,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373955,5439489,5505025,5570561,5701633,5767169,5832705,5898241,5963777,6029313,6094850,6160385],"value":[262146,327682,458755,786435,851971,917505,983043,1048578,1114114,1179652,1245188,1310723,1441794,1638402,1703939,1966082,2031619,2097154,2162689,2293764,2490371,2555905,2621447,2686977,2883585,2949123,3014660,3080201,3145729,3211265,3342337,3473410,3538946,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128770,4194305,4259842,4325377,4390916,4456450,4521986,4587525,4653057,4718594,4784129,4849665,4915201,4980739,5046273,5111809,5177345,5242881,5439489,5505025,5570561,5636098,5701633,5767169,5832707,5898242,6029315,6094860],"void":[1507329,1572865,1769473,1835009,1900545],"verbosity":[2621444,5832706,6094850],"values":[2686980,2621442,3080196,3211268,4784129,4915201,4980739,5767172,5832709,6094852],"validation":[2949121,4521985,6029313]} \ No newline at end of file +{"version":[196609,262146,327681,393217,458753,655361,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097156,2162689,2621441,2686977,2818049,2883585,2949121,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4456449,4521985,4587521,4653057,4784129,4718593,4915201,4849665,4980737,5046273,5111809,5242881,5308417,5373953,5505025,5570561,5636097,5701635,5767169,5832705,5898241,5963777,6029314,6094849,6160385],"validation":[4390913,4456449,6160385],"visual":[1769474,1900546,1966082,2097154,2162690,2883586,3276802,4259842],"values":[2621444,2752516,2818049,3604484,4521988,4718594,4915201,5636101,5898243,6029316],"value":[196609,458754,524290,655362,851970,917506,1441795,1507331,1572868,1638403,1703939,1769474,1900547,1966082,2031619,2097155,2162692,2424833,2490369,2555905,2621441,2686980,2752513,2818049,2883588,2949121,3080193,3145729,3211266,3276803,3342337,3407873,3473410,3538945,3604489,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128770,4194305,4259842,4325377,4390915,4456450,4521985,4587521,4653057,4718599,4784130,4915201,4849665,4980738,5046277,5111810,5308420,5373954,5439490,5505025,5570561,5636099,5767169,5832705,5898243,6029324,6160387],"verbosity":[4718596,5636098,6029314],"void":[983041,1114113,1245185,1310721,1835009],"verbs":[4718593,6160385]} \ No newline at end of file diff --git a/docs/api/fti/FTI_119.json b/docs/api/fti/FTI_119.json index 89d71c2..6e8ea7b 100644 --- a/docs/api/fti/FTI_119.json +++ b/docs/api/fti/FTI_119.json @@ -1 +1 @@ -{"write":[131073,458753,5373953],"words":[5308420],"whitespace":[2949121,3080193,3211265,3342337,4325377,5242881,5832705,6029313,6094849],"windows":[2621442,6094850,6160385],"want":[2949122,3080193,3211265,3473409,3538945,3604481,4456449,5832705,6029314,6094849],"word":[5308419],"written":[1179649,1245185,1310721,1703937]} \ No newline at end of file +{"written":[1572865,1638401,1703937,2686977],"write":[262145,2097153,5701633],"words":[6094852],"whitespace":[2752513,3145729,3604481,4325377,4390913,5636097,5767169,6029313,6160385],"word":[6094851],"windows":[4718594,5242881,6029314],"want":[2752513,3211265,3473409,3538945,3604481,4390914,4980737,5636097,6029313,6160386]} \ No newline at end of file diff --git a/docs/api/fti/FTI_122.json b/docs/api/fti/FTI_122.json index 24dc2cd..49a1df7 100644 --- a/docs/api/fti/FTI_122.json +++ b/docs/api/fti/FTI_122.json @@ -1 +1 @@ -{"zeroorone":[3080193,3211265,4784129,4915201,4980737,5832705,6094849],"zero":[4980737],"zeroormore":[3080193,3211265,4784129,4915201,4980737,5832705,6094849]} \ No newline at end of file +{"zero":[5898241],"zeroorone":[2752513,2818049,3604481,4915201,5636097,5898241,6029313],"zeroormore":[2752513,2818049,3604481,4915201,5636097,5898241,6029313]} \ No newline at end of file diff --git a/docs/api/fti/FTI_97.json b/docs/api/fti/FTI_97.json index 00355bc..17e591c 100644 --- a/docs/api/fti/FTI_97.json +++ b/docs/api/fti/FTI_97.json @@ -1 +1 @@ -{"addprefix":[196609,1966081,5963777],"administrative":[2949121,3080193,3211265,3473409,3538945,4456449,5832705,6029313,6094849],"alias":[131073,458753,1966082,2097154,3080193,5373953,5439489,6094849],"applied":[2621441,2949122,3080193,3211265,3342337,3604481,4325377,5242881,5832705,6029315,6094849],"available":[1376257],"allow":[3080193,4390914,4980737,6094849],"apply":[2621441,3080193,4128769,5832705,6094849],"avoid":[2949121,3080193,3211265,3473409,3538945,4456449,5832705,6029313,6094849],"array":[327682,983041,1310722,1703938,2162689,3932161,5898242],"allowmultipleargumentspertoken":[3080194,4390914,6094850],"args":[983042,1310722,1703938],"allowed":[2686978,3080194,3211265,4390913,5767170,5832705,6094850],"apps":[2621442,6029313,6094849],"add":[1966081],"automatically":[65537,786433,851969,983041,1179649,1245185,1310721,1703937,2686977,2949125,3080195,3211267,3342337,3670017,3801092,3866625,4194305,4259841,4325377,4653057,4718593,4784129,4915201,5177345,5242881,5570561,5701636,5767169,5832707,6029317,6094851],"aliases":[458754,2621441,2949124,3080194,3801090,3866625,3997699,4259841,4718593,5177345,5439491,5701634,6029316,6094850,6160386],"action":[327686,786434,851971,983043,1179651,1245187,1310723,1703939,2162690,2621445,3276802,3932162,5636097,5898246,6029316],"added":[458753,2686977,3080194,3211265,4128769,5767169,5832705,6094850],"ap":[2621441,6029313],"api":[5636097],"app":[3080193,4390913,6094849],"arguments":[327681,393217,917505,983041,2621442,2949121,3080194,3276801,3670017,4390915,5701633,5832706,5898241,6029313,6094850],"adds":[196609,1966081,5963777],"attribute":[524289,589825,655361,2555905,2621444,2686977,2883585,2949123,3080194,3145729,3211266,3342338,3473409,3538945,3604482,3670017,3735553,3866625,3997697,4063233,4128769,4194305,4259841,4325378,4390913,4456449,4521985,4587521,4784129,4915201,5046273,5242882,5439489,5636099,5767169,5832708,6029318,6094852],"allowedvalues":[2686977,3080193,3211265,5767169,5832705,6094849],"arity":[2621442,3080198,3211268,4390914,4784133,4915205,4980744,5832708,6094854],"actions":[2621441,6029313],"argumentarity":[3080195,3211267,4784131,4915203,5832707,6094851],"application":[131073,262145,2555905,2621442,2949123,3080195,3211266,3342337,3735553,3997697,4063233,4325377,5242881,5373953,5439489,5636097,5832706,6029316,6094851],"assembly":[262145,458753,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2293761,2490369,2555905,2686977,2752513,2883585,3014657,3145729,3342337,3473409,3538945,3604481,3670017,3735553,3866625,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385],"article":[131073,196609,262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2686977,2621441,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385],"accept":[2686977,3080193,3211265,5767169,5832705,6094849],"async":[1245185,1703937,3932161],"argument":[524289,2555906,2686980,2621448,2883586,2949123,3080200,3211280,3342342,3473409,3538947,3670017,3801089,4390914,4456449,4521985,4784132,4915203,4980738,5046273,5308417,5570561,5636097,5701633,5767169,5832725,6029315,6094856],"alternative":[2949121,3080193,3997697,5439489,6029313,6094849],"auto":[4259841,4718593],"administrator":[1],"attributes":[2621441,5636097],"abstract":[917505,5701633],"allows":[3080193,4390913,6094849]} \ No newline at end of file +{"attributes":[4718593,5439489],"article":[131073,196609,262145,327681,393217,458753,524289,655361,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4784129,4718593,4915201,4849665,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385],"alias":[262145,1769474,2097153,3604481,4259842,4849665,5701633,6029313],"allow":[3604481,5308418,5898241,6029313],"administrator":[1],"allowedvalues":[2621441,2752513,3604481,4521985,5636097,6029313],"arguments":[196609,524289,786433,2031617,3014657,3407873,3604482,4390913,4718594,5308419,5373953,5636098,5832705,6029314,6160385],"addprefix":[131073,1769473,5963777],"apply":[3604481,4718593,5111809,5636097,6029313],"application":[262145,1966081,2752514,3145729,3342337,3604483,3670017,3801089,4325377,4390915,4718594,4849665,5439489,5505025,5636098,5701633,5767169,6029315,6160388],"accept":[2621441,2752513,3604481,4521985,5636097,6029313],"allowmultipleargumentspertoken":[3604482,5308418,6029314],"ap":[4718593,6160385],"argument":[327681,2555905,2621444,2752528,2818052,2949122,3145734,3211265,3342338,3407873,3473411,3604488,3997697,4390915,4456449,4521985,4718600,4915203,4980737,5308418,5439489,5570561,5636117,5832705,5898242,6029320,6094849,6160387],"added":[2097153,2621441,2752513,3604482,4521985,5111809,5636097,6029314],"action":[524294,1441795,1507330,1572867,1638403,1703939,2031619,2424834,2490370,2686979,3014658,4718597,5373958,5439489,6160388],"allowed":[2621442,2752513,3604482,4521986,5308417,5636097,6029314],"alternative":[3604481,3801089,4390913,4849665,6029313,6160385],"allows":[3604481,5308417,6029313],"array":[524290,1638402,1703938,2031617,2424833,2490369,5373954],"args":[1638402,1703938,2031618],"auto":[4128769,4784129],"arity":[2752516,2818053,3604486,4718594,4915205,5308418,5636100,5898248,6029318],"aliases":[2097154,2555906,3604482,3735553,3801091,3932161,4128769,4390916,4784129,4718593,4849667,5242882,5832706,6029314,6160388],"async":[1572865,1638401,2490369],"actions":[4718593,6160385],"apps":[4718594,6029313,6160385],"adds":[131073,1769473,5963777],"available":[589825],"applied":[2752513,3145729,3538945,3604481,4325377,4390914,4718593,5636097,5767169,6029313,6160387],"administrative":[2752513,3211265,3473409,3604481,4390913,4980737,5636097,6029313,6160385],"attribute":[327681,393217,1179649,2621441,2752514,2818049,2949121,3080193,3145730,3211265,3342337,3407873,3473409,3538946,3604482,3670017,3735553,3801089,4063233,4128769,4325378,4390915,4456449,4521985,4718596,4849665,4915201,4980737,5046273,5111809,5308417,5439491,5505025,5570561,5636100,5767170,6029316,6160390],"add":[1769473],"avoid":[2752513,3211265,3473409,3604481,4390913,4980737,5636097,6029313,6160385],"assembly":[196609,327681,393217,458753,655361,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2621441,2686977,2818049,2883585,2949121,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4456449,4521985,4587521,4653057,4784129,4915201,4849665,4980737,5046273,5111809,5242881,5308417,5373953,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385],"api":[5439489],"automatically":[65537,1441793,1507329,1572865,1638401,1703937,2031617,2555908,2621441,2686977,2752515,2818049,3145729,3407873,3604483,3735553,3932161,3997697,4063233,4128769,4325377,4390917,4521985,4653057,4784129,4915201,5636099,5767169,5832708,6029315,6160389],"app":[3604481,5308417,6029313],"argumentarity":[2752515,2818051,3604483,4915203,5636099,6029315],"abstract":[196609,5832705]} \ No newline at end of file diff --git a/docs/api/fti/FTI_98.json b/docs/api/fti/FTI_98.json index 2010685..906cfe9 100644 --- a/docs/api/fti/FTI_98.json +++ b/docs/api/fti/FTI_98.json @@ -1 +1 @@ -{"builders":[393218,1114113,1638401,2818050,3801089,5111809,5701635],"buildcommand":[2949121,4325377,6029313],"based":[3080193,3211265,4784129,4915201,5832705,6094849],"buildtextcommand":[2949121,4325377,6029313],"buildrootclicommand":[2949121,4325377,6029313],"basic":[262146,458754,1966082,2031618,2097154,2293762,2490370,3014658],"builds":[393217,917505,1769473,1900545,5701633],"bool":[458753,786433,851969,983041,1179649,1245185,1310721,1703937,2293761,3473409,3538945,4128769,4259841,4390913,4456449,4521985,4587521,4718593],"buildtextsubclicommand":[2949121,4325377,6029313],"build":[393217,917506,2621442,2949123,4325379,5701633,5832706,6029315],"boolean":[327686,458753,786433,851970,983042,1179650,1245186,1310722,1703938,2162690,2293761,2621442,3080193,3211265,3276802,3473409,3538945,3932162,4128769,4259841,4390913,4456449,4521985,4587521,4718593,4784129,4915201,5832706,5898246,6094850],"buildtext":[2949121,4325377,6029313],"builder":[131073,262146,327681,393224,458754,786437,851971,917505,983043,1048578,1114113,1179651,1245187,1310723,1441794,1507332,1572866,1638401,1703939,1769476,1835012,1900548,2228227,2359299,2424836,2621441,2752513,2818049,3801092,4653057,4718593,4849666,5111810,5177345,5373953,5505026,5570561,5701644,5898241]} \ No newline at end of file +{"boolean":[524294,1441794,1507329,1572866,1638402,1703938,2031618,2097153,2162689,2424834,2490370,2686978,2752513,2818049,3014658,3211265,3473409,3604481,4128769,4456449,4718594,4784129,4915201,4980737,5046273,5111809,5308417,5373958,5636098,6029314],"buildtextcommand":[4325377,4390913,6160385],"basic":[1769474,1900546,1966082,2097154,2162690,2883586,3276802,4259842],"builder":[196609,262145,458754,524289,655362,786440,851969,917505,983042,1048577,1114116,1245188,1310724,1441795,1507333,1572867,1638403,1703939,1835012,1966082,2031619,2097154,2228227,2293761,2359299,2555908,2686979,3866626,3932161,3997697,4194306,4587522,4653057,4784129,4718593,5177348,5373953,5701633,5832716],"buildrootclicommand":[4325377,4390913,6160385],"build":[196610,786433,4325379,4390915,4718594,5636098,5832705,6160387],"based":[2752513,2818049,3604481,4915201,5636097,6029313],"bool":[1441793,1507329,1572865,1638401,1703937,2031617,2097153,2162689,2686977,3211265,3473409,4128769,4456449,4784129,4980737,5046273,5111809,5308417],"builds":[196609,786433,1245185,1310721,5832705],"buildtext":[4325377,4390913,6160385],"buildtextsubclicommand":[4325377,4390913,6160385],"buildcommand":[4325377,4390913,6160385],"builders":[786434,851969,917505,2293762,2555905,3866625,5832707]} \ No newline at end of file diff --git a/docs/api/fti/FTI_99.json b/docs/api/fti/FTI_99.json index f72d49d..ff552de 100644 --- a/docs/api/fti/FTI_99.json +++ b/docs/api/fti/FTI_99.json @@ -1 +1 @@ -{"convert":[3014657],"completions":[2686977,3080193,3211265,5767169,5832705,6094849],"class":[131073,196609,262145,327681,393225,458753,524290,589826,655362,720898,786435,851971,917505,983043,1048579,1114114,1179651,1245187,1310723,1441795,1507331,1572867,1638402,1703939,1769475,1835011,1900547,1966081,2031617,2097153,2162689,2228227,2293761,2359299,2424837,2490369,2555905,2621452,2686977,2752514,2818049,2883585,2949128,3014657,3080193,3145729,3211265,3276801,3342337,3473409,3604484,3538945,3670017,3735553,3801091,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325381,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849666,4915201,5046273,5111809,5177345,5242881,5373954,5439489,5505026,5570561,5636100,5701645,5767169,5832708,5898243,5963778,6029328,6094852],"commandbuilder":[786436,851972,983044,1179652,1245188,1310724,1703940,1769474,1900546],"check":[1376257],"child":[393219,1507331,1572865,1835011,2359299,2424833,2949125,3670018,3801089,3866625,4194305,4259841,5505025,5701636,6029317],"case":[196609,2293761,2949122,3014658,3080194,3211265,3342337,3670017,4325377,4587521,5242881,5308421,5832705,5963777,6029314,6094850],"call":[262146,458754,1966082,2031618,2097154,2293762,2490370,3014658,3080193,4390913,6094849],"code":[196610,1179649,1245185,1310721,1703937,2031618,2490370,5963778],"camelcase":[5308418],"commandline":[131073,196609,262148,327681,393217,458756,524292,589828,655364,720900,786436,851974,917508,983044,1048580,1114116,1179654,1245190,1310724,1441796,1507332,1572868,1638404,1703940,1769476,1835012,1900548,1966084,2031620,2097156,2162689,2228225,2293764,2359297,2424833,2490372,2555908,2686980,2752516,2818049,2883588,2949121,3014660,3080193,3145732,3211265,3276801,3342340,3473412,3538948,3604484,3670020,3735556,3801089,3866628,3932161,3997700,4063236,4128772,4194308,4259844,4325380,4390916,4456452,4521988,4587524,4653060,4718596,4784132,4849668,4915204,4980740,5046276,5111812,5177348,5242884,5308420,5373956,5439492,5505028,5570564,5636097,5701636,5767172,5832708,5898244,5963780,6029316,6094852,6160388],"contain":[1376257],"cli":[327681,524289,589825,655361,720897,786433,851969,983041,1179649,1245185,1310721,1703937,2162689,2555905,2621442,2686977,2883585,2949122,3080193,3145729,3211265,3276801,3342337,3473409,3538945,3604481,3670017,3735553,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325378,4390913,4456449,4521985,4587521,4784129,4915201,4980737,5046273,5242881,5308417,5439489,5636098,5767169,5832705,5898241,6029314,6094849,6160385],"converts":[196609,3014657,5963777],"called":[3080193,4587521,6094849],"cases":[3080193,3211265,4784129,4915201,5832705,6094849],"children":[393218,1114115,1638403,2818051,3801090,5111811,5701636],"cased":[5308426],"contents":[1376257],"cliargument":[3211265,3342337,5832705],"childcommandbuilder":[1507330,1835010],"character":[2621441,2949123,3670017,3801089,3866625,4259841,5308420,5570561,5701633,6029315],"changed":[2949121,3080193,4259841,5242881,6029313,6094849],"commandoption":[3080193,5242881,6094849],"commandlinebuilder":[262152,327686,458760,786438,851972,983044,1179652,1245188,1310724,1703940,2162690,2621441,3276802,3932162,5373953,5898246],"calling":[786433,851969,983041,1179649,1245185,1310721,1703937],"copyright":[131073,196609,262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2686977,2621441,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385],"clicommandoption":[3080193,5242881,6094849],"commandlinebuilderextensions":[131073,262145,458753,2621441,5373954],"completion":[2949121,3080193,3211265,3473409,3538945,4456449,5832705,6029313,6094849],"contact":[1],"configures":[131073,262145,2686977,3080193,3211265,5373953,5767169,5832705,6094849],"classes":[2621443,2949121,3604481,5636097,6029313],"clicommandargument":[3211265,3342337,5832705],"conventions":[2621443,5308417,6094849,6160385],"casingconvention":[3014658],"clioption":[3080193,5242881,6094849],"console":[1179652,1245188,1310724,1703940],"configurations":[786433],"clicommand":[2949121,4325377,6029313],"commandargument":[3211265,3342337,5832705],"commands":[393217,917505,2621444,3080194,4128770,5701633,6029316,6094850],"cancelonprocesstermination":[786433,851969,983041,1179649,1245185,1310721,1703937],"copy":[131073,262146,458753,524289,589825,655361,720897,786434,851970,917505,983042,1048577,1114113,1179650,1245186,1310722,1441793,1507329,1572865,1638401,1703938,1769473,1835009,1900545,1966081,2031617,2097153,2293761,2490369,2555905,2621444,2686977,2752513,2883585,3014657,3080195,3145729,3342337,3473409,3538945,3604481,3670017,3735553,3866625,3997697,4063233,4128769,4194305,4259841,4325377,4390916,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373954,5439489,5505025,5570561,5701633,5767169,5832707,5898241,5963777,6029313,6094854,6160385],"circuit":[131073,458753,5373953],"command":[1,131077,196609,262148,327692,393228,458757,524289,589825,655362,720897,786440,851976,917510,983045,1048579,1114115,1179657,1245193,1310727,1376257,1441795,1507333,1572867,1638403,1703943,1769478,1835013,1900550,1966081,2031617,2097153,2162693,2228228,2293761,2359300,2424837,2490369,2555906,2621476,2686978,2752514,2818052,2883585,2949141,3014657,3080208,3145730,3211270,3276802,3342338,3407873,3473412,3538946,3604484,3670019,3735556,3801095,3866626,3932165,3997701,4063234,4128770,4194306,4259842,4325386,4390915,4456450,4521987,4587525,4653058,4718594,4784130,4849667,4915202,4980738,5046273,5111812,5177346,5242883,5308418,5373957,5439491,5505027,5570563,5636104,5701650,5767170,5832715,5898254,5963777,6029346,6094868,6160385],"converted":[2949121,3080193,3211265,3342337,4325377,5242881,5308418,5832705,6029313,6094849],"configurebuilder":[786434,851970,983042,1179650,1245186,1310722,1703938],"characters":[5308421],"casing":[2621441,2949121,3014657,3670018,3801089,5308418,5570562,5701633,6029313],"constructors":[5701634,5832706,5898242,6029314,6094850],"configuration":[786433,851969,983041,1179649,1245185,1310721,1703937],"csproj":[2621441,5832705],"constructor":[524289,589825,655361,720897,2752513],"collection":[3080193,3211265,4784129,4915201,5832705,6094849],"configure":[786433,851969,983041,1179649,1245185,1310721,1703937,2621441,6094849],"convention":[262145,458754,1966081,2621441,2949123,3014657,3080193,3670018,3801091,3866626,4194306,4653058,5177346,5242881,5308417,5570562,5701635,6029315,6094850,6160388]} \ No newline at end of file +{"constructor":[327681,393217,1048577,1179649,1376257],"configures":[262145,1966081,2621441,2752513,3604481,4521985,5636097,5701633,6029313],"cases":[2752513,2818049,3604481,4915201,5636097,6029313],"completions":[2621441,2752513,3604481,4521985,5636097,6029313],"cased":[6094858],"cli":[196609,327681,393217,458753,524290,655361,786433,851969,917505,983041,1048577,1114114,1179649,1245186,1310722,1376260,1441795,1507331,1572867,1638403,1703939,1835010,2031619,2228225,2293761,2359297,2424834,2490370,2555905,2621441,2686979,2752513,2818049,2949121,3014658,3080193,3145729,3211265,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4325378,4390914,4456449,4521985,4587521,4653057,4718596,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373957,5439491,5505025,5570561,5636097,5767169,5832705,5898241,6029313,6094849,6160386],"character":[2555905,3407873,3735553,3997697,4128769,4390915,4718593,5832705,6094852,6160387],"code":[131074,1572865,1638401,1703937,1900546,2686977,3276802,5963778],"characters":[6094853],"cancelonprocesstermination":[1441793,1507329,1572865,1638401,1703937,2031617,2686977],"console":[1572868,1638404,1703940,2686980],"clicommandbuilder":[196609,458756,655364,786437,851972,917508,983041,1048579,1114115,1245187,1310723,1835011,2228225,2293761,2359299,2555905,3866627,3932161,3997697,4194305,4587521,4653057,4784129,4718593,5177347,5832712],"clicommandargument":[2752513,3145729,5636097],"convert":[2883585],"class":[131073,196609,262145,327682,393218,458755,524289,655363,786441,851970,917506,983043,1048578,1114115,1179650,1245187,1310723,1376258,1441795,1507331,1572867,1638403,1703939,1769473,1835011,1900545,1966081,2031619,2097153,2162689,2228227,2293761,2359299,2424833,2490369,2555907,2621441,2686979,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538948,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194306,4259841,4325381,4390920,4456449,4521985,4587522,4653057,4718604,4784129,4915201,4849665,4980737,5046273,5111809,5177349,5308417,5373955,5439492,5505025,5570561,5636100,5701634,5767169,5832717,5963778,6029316,6160400],"contain":[589825],"configure":[1441793,1507329,1572865,1638401,1703937,2031617,2686977,4718593,6029313],"configurations":[1507329],"commandline":[131073,196612,262145,327684,393220,458756,524289,655364,786433,851972,917508,983044,1048580,1114116,1179652,1245188,1310724,1376260,1441798,1507332,1572870,1638404,1703940,1769476,1835012,1900548,1966084,2031620,2097156,2162692,2228225,2293761,2359297,2424833,2490369,2555905,2621444,2686982,2752513,2818052,2883588,2949124,3014657,3080196,3145732,3211268,3276804,3342340,3407876,3473412,3538948,3604481,3670020,3735556,3801092,3866628,3932164,3997700,4063236,4128772,4194308,4259844,4325380,4390913,4456452,4521988,4587524,4653060,4784132,4915204,4849668,4980740,5046276,5111812,5177345,5242884,5308420,5373956,5439489,5505028,5570564,5636100,5701636,5767172,5832708,5898244,5963780,6029316,6094852,6160388],"camelcase":[6094850],"converts":[131073,2883585,5963777],"collection":[2752513,2818049,3604481,4915201,5636097,6029313],"configuration":[1441793,1507329,1572865,1638401,1703937,2031617,2686977],"commandoption":[3604481,5767169,6029313],"circuit":[262145,2097153,5701633],"commandargument":[2752513,3145729,5636097],"changed":[3604481,4128769,4390913,5767169,6029313,6160385],"call":[1769474,1900546,1966082,2097154,2162690,2883586,3276802,3604481,4259842,5308417,6029313],"casing":[2555905,2883585,3407874,3997698,4390913,4718593,5832705,6094850,6160385],"child":[786435,983041,1114115,1835011,2359299,2555905,3407874,3735553,4063233,4128769,4194305,4390917,5177345,5832708,6160389],"convention":[1769473,1966081,2097154,2555907,2883585,3407874,3604481,3735554,3932162,3997698,4063234,4390915,4653058,4718593,5242884,5767169,5832707,6029314,6094849,6160387],"clicommand":[4325377,4390913,6160385],"csproj":[4718593,5636097],"cliargumentarity":[2818050,4718593,4915202,5898241],"case":[131073,2162689,2752513,2883586,3145729,3407873,3604482,4325377,4390914,5046273,5636097,5767169,5963777,6029314,6094853,6160386],"conventions":[4718595,5242881,6029313,6094849],"converted":[2752513,3145729,3604481,4325377,4390913,5636097,5767169,6029313,6094850,6160385],"commands":[196609,786433,3604482,4718596,5111810,5832705,6029314,6160388],"clicommandattribute":[393219,3080197,3211265,3407873,3538945,3670017,3735553,3801089,4063233,4128769,4325377,4390914,4456449,4718594,5439489,6160389],"copyright":[131073,196609,262145,327681,393217,458753,524289,655361,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4784129,4718593,4915201,4849665,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385],"constructors":[5373954,5636098,5832706,6029314,6160386],"command":[1,131073,196614,262149,327681,393218,458755,524300,589825,655363,720897,786444,851971,917507,983043,1048578,1114117,1179649,1245190,1310726,1376257,1441800,1507336,1572873,1638407,1703943,1769473,1835013,1900545,1966084,2031621,2097157,2162689,2228228,2293764,2359300,2424837,2490373,2555911,2621442,2686985,2752518,2818050,2883585,2949121,3014658,3080194,3145730,3211268,3276801,3342338,3407875,3473410,3538948,3604496,3670020,3735554,3801093,3866628,3932162,3997699,4063234,4128770,4194307,4259841,4325386,4390933,4456451,4521986,4587523,4653058,4718628,4784130,4849667,4915202,4980738,5046277,5111810,5177349,5242881,5308419,5373966,5439496,5505026,5570561,5636107,5701637,5767171,5832722,5898242,5963777,6029332,6094850,6160418],"called":[3604481,5046273,6029313],"commandbuilder":[1245186,1310722,1441796,1507332,1572868,1638404,1703940,2031620,2686980],"clinamecasingconvention":[2883586,3407874,3997698,4718593,6094849],"calling":[1441793,1507329,1572865,1638401,1703937,2031617,2686977],"classes":[3538945,4390913,4718595,5439489,6160385],"check":[589825],"commandlinebuilderextensions":[262145,1966081,2097153,4718593,5701634],"copy":[196609,262145,327681,393217,458753,655361,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441794,1507330,1572866,1638402,1703938,1769473,1835009,1900545,1966082,2031618,2097153,2162689,2621441,2686978,2818049,2883585,2949121,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604483,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4456449,4521985,4587521,4653057,4718596,4784129,4915201,4849665,4980737,5046273,5111809,5242881,5308420,5373953,5505025,5570561,5636099,5701634,5767169,5832705,5898241,5963777,6029318,6094849,6160385],"childcommandbuilder":[1114114,1835010],"contents":[589825],"configurebuilder":[1441794,1507330,1572866,1638402,1703938,2031618,2686978],"children":[786434,851971,917507,2293763,2555906,3866627,5832708],"completion":[2752513,3211265,3473409,3604481,4390913,4980737,5636097,6029313,6160385],"clinameprefixconvention":[1769474,1966082,2097156,3735554,3932162,4063234,4653058,4718593,5242881],"commandlinebuilder":[524294,1441796,1507334,1572868,1638404,1703940,1966088,2031620,2097160,2424834,2490370,2686980,3014658,4718593,5373958,5701633],"clioptionattribute":[1179651,3604481,4521985,4718594,4915201,4849665,4980737,5046273,5111809,5308417,5439489,5505025,5570561,5767169,6029316],"cliargument":[2752513,3145729,5636097],"contact":[1],"cliargumentattribute":[327683,2621441,2752513,2818049,2949121,3145729,3342337,3473409,4718594,5439489,5636100],"clicommandoption":[3604481,5767169,6029313],"clioption":[3604481,5767169,6029313]} \ No newline at end of file diff --git a/docs/api/fti/FTI_Files.json b/docs/api/fti/FTI_Files.json index 2bb375e..c1b0caa 100644 --- a/docs/api/fti/FTI_Files.json +++ b/docs/api/fti/FTI_Files.json @@ -1 +1 @@ -["DotMake Command-Line Documentation - General Error\u0000GeneralError.html\u000038","DotMake Command-Line Documentation - Redirect\u0000index.html\u000018","CommandLineBuilderExtensions Methods\u0000html/Methods_T_DotMake_CommandLine_CommandLineBuilderExtensions.htm\u0000111","StringExtensions Methods\u0000html/Methods_T_DotMake_CommandLine_StringExtensions.htm\u000098","CommandLineBuilderExtensions.UseHelp Method\u0000html/M_DotMake_CommandLine_CommandLineBuilderExtensions_UseHelp.htm\u0000209","DotMakeCli Methods\u0000html/Methods_T_DotMake_CommandLine_DotMakeCli.htm\u0000199","DotMakeCommandBuilder Methods\u0000html/Methods_T_DotMake_CommandLine_DotMakeCommandBuilder.htm\u0000239","CommandLineBuilderExtensions.UseVersionOption Method\u0000html/M_DotMake_CommandLine_CommandLineBuilderExtensions_UseVersionOption.htm\u0000251","DotMakeCliArgumentAttribute Constructor\u0000html/M_DotMake_CommandLine_DotMakeCliArgumentAttribute__ctor.htm\u000072","DotMakeCliOptionAttribute Constructor\u0000html/M_DotMake_CommandLine_DotMakeCliOptionAttribute__ctor.htm\u000072","DotMakeCliCommandAttribute Constructor\u0000html/M_DotMake_CommandLine_DotMakeCliCommandAttribute__ctor.htm\u000072","DotMakeCli Constructor\u0000html/M_DotMake_CommandLine_DotMakeCli__ctor.htm\u000070","DotMakeCli.GetBuilder\u0026lt;TDefinition\u0026gt; Method\u0000html/M_DotMake_CommandLine_DotMakeCli_GetBuilder__1.htm\u0000233","DotMakeCli.Parse\u0026lt;TDefinition\u0026gt;(String, Action\u0026lt;CommandLineBuilder\u0026gt;, Boolean) Method\u0000html/M_DotMake_CommandLine_DotMakeCli_Parse__1.htm\u0000266","DotMakeCommandBuilder.Build Method\u0000html/M_DotMake_CommandLine_DotMakeCommandBuilder_Build.htm\u000090","DotMakeCli.Parse\u0026lt;TDefinition\u0026gt;(String[], Action\u0026lt;CommandLineBuilder\u0026gt;, Boolean) Method\u0000html/M_DotMake_CommandLine_DotMakeCli_Parse__1_1.htm\u0000261","DotMakeCommandBuilder.Get(Type) Method\u0000html/M_DotMake_CommandLine_DotMakeCommandBuilder_Get.htm\u0000104","DotMakeCommandBuilder.GetChildren(Type) Method\u0000html/M_DotMake_CommandLine_DotMakeCommandBuilder_GetChildren.htm\u0000127","DotMakeCli.Run\u0026lt;TDefinition\u0026gt;(String, Action\u0026lt;CommandLineBuilder\u0026gt;, Boolean, IConsole) Method\u0000html/M_DotMake_CommandLine_DotMakeCli_Run__1.htm\u0000303","DotMakeCli.RunAsync\u0026lt;TDefinition\u0026gt;(String, Action\u0026lt;CommandLineBuilder\u0026gt;, Boolean, IConsole) Method\u0000html/M_DotMake_CommandLine_DotMakeCli_RunAsync__1.htm\u0000310","DotMakeCli.Run\u0026lt;TDefinition\u0026gt;(String[], Action\u0026lt;CommandLineBuilder\u0026gt;, Boolean, IConsole) Method\u0000html/M_DotMake_CommandLine_DotMakeCli_Run__1_1.htm\u0000298","DotMake Command-Line Documentation - Page Not Found\u0000PageNotFound.html\u000079","DotMakeCommandBuilder.Get\u0026lt;TDefinition\u0026gt; Method\u0000html/M_DotMake_CommandLine_DotMakeCommandBuilder_Get__1.htm\u0000100","DotMakeCommandBuilder.RegisterAsChild(Type, DotMakeCommandBuilder) Method\u0000html/M_DotMake_CommandLine_DotMakeCommandBuilder_RegisterAsChild.htm\u0000125","DotMakeCommandBuilder.Register Method\u0000html/M_DotMake_CommandLine_DotMakeCommandBuilder_Register.htm\u000098","DotMakeCommandBuilder.GetChildren\u0026lt;TParentDefinition\u0026gt; Method\u0000html/M_DotMake_CommandLine_DotMakeCommandBuilder_GetChildren__1.htm\u0000123","DotMakeCli.RunAsync\u0026lt;TDefinition\u0026gt;(String[], Action\u0026lt;CommandLineBuilder\u0026gt;, Boolean, IConsole) Method\u0000html/M_DotMake_CommandLine_DotMakeCli_RunAsync__1_1.htm\u0000305","DotMakeCommandBuilder.Register(Type, DotMakeCommandBuilder) Method\u0000html/M_DotMake_CommandLine_DotMakeCommandBuilder_Register_1.htm\u0000118","DotMakeCommandBuilder.RegisterAsChild\u0026lt;TParentDefinition\u0026gt;(DotMakeCommandBuilder) Method\u0000html/M_DotMake_CommandLine_DotMakeCommandBuilder_RegisterAsChild__1.htm\u0000124","DotMakeCommandBuilder.Register\u0026lt;TDefinition\u0026gt;(DotMakeCommandBuilder) Method\u0000html/M_DotMake_CommandLine_DotMakeCommandBuilder_Register__1.htm\u0000117","StringExtensions.AddPrefix Method\u0000html/M_DotMake_CommandLine_StringExtensions_AddPrefix.htm\u0000173","StringExtensions.GetStableStringHashCode32 Method\u0000html/M_DotMake_CommandLine_StringExtensions_GetStableStringHashCode32.htm\u0000168","StringExtensions.RemovePrefix Method\u0000html/M_DotMake_CommandLine_StringExtensions_RemovePrefix.htm\u0000170","DotMakeCli.Run Method\u0000html/Overload_DotMake_CommandLine_DotMakeCli_Run.htm\u000096","DotMakeCommandBuilder.Get Method\u0000html/Overload_DotMake_CommandLine_DotMakeCommandBuilder_Get.htm\u000064","StringExtensions.StripSuffixes Method\u0000html/M_DotMake_CommandLine_StringExtensions_StripSuffixes.htm\u0000194","DotMakeCommandBuilder.RegisterAsChild Method\u0000html/Overload_DotMake_CommandLine_DotMakeCommandBuilder_RegisterAsChild.htm\u000093","DotMakeCommandBuilder.Register Method\u0000html/Overload_DotMake_CommandLine_DotMakeCommandBuilder_Register.htm\u0000111","StringExtensions.GetStableHashCode32 Method\u0000html/M_DotMake_CommandLine_StringExtensions_GetStableHashCode32.htm\u0000165","DotMakeCliArgumentAttribute.Description Property\u0000html/P_DotMake_CommandLine_DotMakeCliArgumentAttribute_Description.htm\u000098","DotMake.CommandLine Namespace\u0000html/N_DotMake_CommandLine.htm\u0000874","DotMakeCliArgumentAttribute.AllowedValues Property\u0000html/P_DotMake_CommandLine_DotMakeCliArgumentAttribute_AllowedValues.htm\u0000126","DotMakeCommandBuilder Constructor\u0000html/M_DotMake_CommandLine_DotMakeCommandBuilder__ctor.htm\u000072","DotMakeCommandBuilder.GetChildren Method\u0000html/Overload_DotMake_CommandLine_DotMakeCommandBuilder_GetChildren.htm\u000077","DotMakeCliArgumentAttribute.HelpName Property\u0000html/P_DotMake_CommandLine_DotMakeCliArgumentAttribute_HelpName.htm\u000090","DotMakeCliCommandAttribute Properties\u0000html/Properties_T_DotMake_CommandLine_DotMakeCliCommandAttribute.htm\u0000648","StringExtensions.ToCase Method\u0000html/M_DotMake_CommandLine_StringExtensions_ToCase.htm\u0000174","DotMakeCliOptionAttribute Properties\u0000html/Properties_T_DotMake_CommandLine_DotMakeCliOptionAttribute.htm\u0000809","DotMakeCliCommandAttribute.Default Property\u0000html/P_DotMake_CommandLine_DotMakeCliCommandAttribute_Default.htm\u000089","DotMakeCliArgumentAttribute Properties\u0000html/Properties_T_DotMake_CommandLine_DotMakeCliArgumentAttribute.htm\u0000385","DotMakeCli.Parse Method\u0000html/Overload_DotMake_CommandLine_DotMakeCli_Parse.htm\u000074","DotMakeCliArgumentAttribute.Name Property\u0000html/P_DotMake_CommandLine_DotMakeCliArgumentAttribute_Name.htm\u0000206","DotMake Command-Line Documentation - Search\u0000search.html\u000013","DotMakeCliCommandAttribute.Hidden Property\u0000html/P_DotMake_CommandLine_DotMakeCliCommandAttribute_Hidden.htm\u0000141","DotMakeCliArgumentAttribute.Hidden Property\u0000html/P_DotMake_CommandLine_DotMakeCliArgumentAttribute_Hidden.htm\u0000141","DotMakeCliCommandAttribute.Parent Property\u0000html/P_DotMake_CommandLine_DotMakeCliCommandAttribute_Parent.htm\u0000142","DotMakeCliCommandAttribute.NameCasingConvention Property\u0000html/P_DotMake_CommandLine_DotMakeCliCommandAttribute_NameCasingConvention.htm\u0000123","DotMakeCliCommandAttribute.Description Property\u0000html/P_DotMake_CommandLine_DotMakeCliCommandAttribute_Description.htm\u000098","DotMakeCommandBuilder Properties\u0000html/Properties_T_DotMake_CommandLine_DotMakeCommandBuilder.htm\u0000139","DotMakeCliCommandAttribute.ShortFormPrefixConvention Property\u0000html/P_DotMake_CommandLine_DotMakeCliCommandAttribute_ShortFormPrefixConvention.htm\u0000146","DotMakeCli.RunAsync Method\u0000html/Overload_DotMake_CommandLine_DotMakeCli_RunAsync.htm\u000097","DotMakeCliCommandAttribute.Aliases Property\u0000html/P_DotMake_CommandLine_DotMakeCliCommandAttribute_Aliases.htm\u0000115","DotMakeCliOptionAttribute.Description Property\u0000html/P_DotMake_CommandLine_DotMakeCliOptionAttribute_Description.htm\u000098","DotMakeCliOptionAttribute.Global Property\u0000html/P_DotMake_CommandLine_DotMakeCliOptionAttribute_Global.htm\u0000109","DotMakeCliCommandAttribute.NamePrefixConvention Property\u0000html/P_DotMake_CommandLine_DotMakeCliCommandAttribute_NamePrefixConvention.htm\u0000116","DotMakeCliCommandAttribute.ShortFormAutoGenerate Property\u0000html/P_DotMake_CommandLine_DotMakeCliCommandAttribute_ShortFormAutoGenerate.htm\u0000155","DotMakeCliCommandAttribute.Name Property\u0000html/P_DotMake_CommandLine_DotMakeCliCommandAttribute_Name.htm\u0000214","DotMakeCliOptionAttribute.AllowMultipleArgumentsPerToken Property\u0000html/P_DotMake_CommandLine_DotMakeCliOptionAttribute_AllowMultipleArgumentsPerToken.htm\u0000242","DotMakeCliOptionAttribute.Hidden Property\u0000html/P_DotMake_CommandLine_DotMakeCliOptionAttribute_Hidden.htm\u0000141","DotMakeCliCommandAttribute.TreatUnmatchedTokensAsErrors Property\u0000html/P_DotMake_CommandLine_DotMakeCliCommandAttribute_TreatUnmatchedTokensAsErrors.htm\u0000119","DotMakeCliOptionAttribute.Required Property\u0000html/P_DotMake_CommandLine_DotMakeCliOptionAttribute_Required.htm\u0000154","DotMakeCommandBuilder.NamePrefixConvention Property\u0000html/P_DotMake_CommandLine_DotMakeCommandBuilder_NamePrefixConvention.htm\u000089","DotMakeCommandBuilder.ShortFormAutoGenerate Property\u0000html/P_DotMake_CommandLine_DotMakeCommandBuilder_ShortFormAutoGenerate.htm\u000094","DotMakeCliArgumentAttribute.Arity Property\u0000html/P_DotMake_CommandLine_DotMakeCliArgumentAttribute_Arity.htm\u0000142","DotMakeCommandBuilder.DefinitionType Property\u0000html/P_DotMake_CommandLine_DotMakeCommandBuilder_DefinitionType.htm\u000088","DotMakeCliOptionAttribute.Arity Property\u0000html/P_DotMake_CommandLine_DotMakeCliOptionAttribute_Arity.htm\u0000143","DotMakeCliArgumentArity Enumeration\u0000html/T_DotMake_CommandLine_DotMakeCliArgumentArity.htm\u0000148","DotMakeCliOptionAttribute.HelpName Property\u0000html/P_DotMake_CommandLine_DotMakeCliOptionAttribute_HelpName.htm\u000091","DotMakeCommandBuilder.Children Property\u0000html/P_DotMake_CommandLine_DotMakeCommandBuilder_Children.htm\u000092","DotMakeCommandBuilder.ShortFormPrefixConvention Property\u0000html/P_DotMake_CommandLine_DotMakeCommandBuilder_ShortFormPrefixConvention.htm\u000092","DotMakeCliOptionAttribute.Name Property\u0000html/P_DotMake_CommandLine_DotMakeCliOptionAttribute_Name.htm\u0000283","DotMakeCliCasingConvention Enumeration\u0000html/T_DotMake_CommandLine_DotMakeCliCasingConvention.htm\u0000256","CommandLineBuilderExtensions Class\u0000html/T_DotMake_CommandLine_CommandLineBuilderExtensions.htm\u0000147","DotMakeCliOptionAttribute.Aliases Property\u0000html/P_DotMake_CommandLine_DotMakeCliOptionAttribute_Aliases.htm\u0000146","DotMakeCommandBuilder.ParentDefinitionType Property\u0000html/P_DotMake_CommandLine_DotMakeCommandBuilder_ParentDefinitionType.htm\u000094","DotMakeCommandBuilder.NameCasingConvention Property\u0000html/P_DotMake_CommandLine_DotMakeCommandBuilder_NameCasingConvention.htm\u000094","API Reference\u0000html/R_Project_Documentation.htm\u0000159","DotMakeCommandBuilder Class\u0000html/T_DotMake_CommandLine_DotMakeCommandBuilder.htm\u0000395","DotMakeCliOptionAttribute.AllowedValues Property\u0000html/P_DotMake_CommandLine_DotMakeCliOptionAttribute_AllowedValues.htm\u0000127","DotMakeCliArgumentAttribute Class\u0000html/T_DotMake_CommandLine_DotMakeCliArgumentAttribute.htm\u0000567","DotMakeCli Class\u0000html/T_DotMake_CommandLine_DotMakeCli.htm\u0000251","StringExtensions Class\u0000html/T_DotMake_CommandLine_StringExtensions.htm\u0000134","DotMakeCliCommandAttribute Class\u0000html/T_DotMake_CommandLine_DotMakeCliCommandAttribute.htm\u0000930","DotMakeCliOptionAttribute Class\u0000html/T_DotMake_CommandLine_DotMakeCliOptionAttribute.htm\u00001085","DotMakeCliPrefixConvention Enumeration\u0000html/T_DotMake_CommandLine_DotMakeCliPrefixConvention.htm\u0000186"] \ No newline at end of file +["DotMake Command-Line Documentation - General Error\u0000GeneralError.html\u000038","DotMake Command-Line Documentation - Redirect\u0000index.html\u000018","StringExtensions Methods\u0000html/Methods_T_DotMake_CommandLine_StringExtensions.htm\u000098","CliCommandBuilder.Build Method\u0000html/M_DotMake_CommandLine_CliCommandBuilder_Build.htm\u000089","CommandLineBuilderExtensions Methods\u0000html/Methods_T_DotMake_CommandLine_CommandLineBuilderExtensions.htm\u0000111","CliArgumentAttribute Constructor\u0000html/M_DotMake_CommandLine_CliArgumentAttribute__ctor.htm\u000070","CliCommandAttribute Constructor\u0000html/M_DotMake_CommandLine_CliCommandAttribute__ctor.htm\u000070","CliCommandBuilder.Get(Type) Method\u0000html/M_DotMake_CommandLine_CliCommandBuilder_Get.htm\u0000103","Cli Methods\u0000html/Methods_T_DotMake_CommandLine_Cli.htm\u0000197","DotMake Command-Line Documentation - Page Not Found\u0000PageNotFound.html\u000079","CliCommandBuilder.Get\u0026lt;TDefinition\u0026gt; Method\u0000html/M_DotMake_CommandLine_CliCommandBuilder_Get__1.htm\u000099","DotMake Command-Line Documentation - Search\u0000search.html\u000013","CliCommandBuilder Methods\u0000html/Methods_T_DotMake_CommandLine_CliCommandBuilder.htm\u0000238","CliCommandBuilder.GetChildren(Type) Method\u0000html/M_DotMake_CommandLine_CliCommandBuilder_GetChildren.htm\u0000126","CliCommandBuilder.GetChildren\u0026lt;TParentDefinition\u0026gt; Method\u0000html/M_DotMake_CommandLine_CliCommandBuilder_GetChildren__1.htm\u0000122","CliCommandBuilder.Register Method\u0000html/M_DotMake_CommandLine_CliCommandBuilder_Register.htm\u000097","CliCommandBuilder Constructor\u0000html/M_DotMake_CommandLine_CliCommandBuilder__ctor.htm\u000071","CliCommandBuilder.RegisterAsChild(Type, CliCommandBuilder) Method\u0000html/M_DotMake_CommandLine_CliCommandBuilder_RegisterAsChild.htm\u0000123","CliOptionAttribute Constructor\u0000html/M_DotMake_CommandLine_CliOptionAttribute__ctor.htm\u000070","CliCommandBuilder.Register\u0026lt;TDefinition\u0026gt;(CliCommandBuilder) Method\u0000html/M_DotMake_CommandLine_CliCommandBuilder_Register__1.htm\u0000115","CliCommandBuilder.Register(Type, CliCommandBuilder) Method\u0000html/M_DotMake_CommandLine_CliCommandBuilder_Register_1.htm\u0000116","Cli Constructor\u0000html/M_DotMake_CommandLine_Cli__ctor.htm\u000068","Cli.Parse\u0026lt;TDefinition\u0026gt;(String, Action\u0026lt;CommandLineBuilder\u0026gt;, Boolean) Method\u0000html/M_DotMake_CommandLine_Cli_Parse__1.htm\u0000265","Cli.GetBuilder\u0026lt;TDefinition\u0026gt; Method\u0000html/M_DotMake_CommandLine_Cli_GetBuilder__1.htm\u0000232","Cli.RunAsync\u0026lt;TDefinition\u0026gt;(String, Action\u0026lt;CommandLineBuilder\u0026gt;, Boolean, IConsole) Method\u0000html/M_DotMake_CommandLine_Cli_RunAsync__1.htm\u0000309","Cli.RunAsync\u0026lt;TDefinition\u0026gt;(String[], Action\u0026lt;CommandLineBuilder\u0026gt;, Boolean, IConsole) Method\u0000html/M_DotMake_CommandLine_Cli_RunAsync__1_1.htm\u0000304","Cli.Run\u0026lt;TDefinition\u0026gt;(String[], Action\u0026lt;CommandLineBuilder\u0026gt;, Boolean, IConsole) Method\u0000html/M_DotMake_CommandLine_Cli_Run__1_1.htm\u0000297","StringExtensions.AddPrefix Method\u0000html/M_DotMake_CommandLine_StringExtensions_AddPrefix.htm\u0000173","CliCommandBuilder.RegisterAsChild\u0026lt;TParentDefinition\u0026gt;(CliCommandBuilder) Method\u0000html/M_DotMake_CommandLine_CliCommandBuilder_RegisterAsChild__1.htm\u0000122","StringExtensions.GetStableHashCode32 Method\u0000html/M_DotMake_CommandLine_StringExtensions_GetStableHashCode32.htm\u0000165","CommandLineBuilderExtensions.UseHelp Method\u0000html/M_DotMake_CommandLine_CommandLineBuilderExtensions_UseHelp.htm\u0000209","Cli.Parse\u0026lt;TDefinition\u0026gt;(String[], Action\u0026lt;CommandLineBuilder\u0026gt;, Boolean) Method\u0000html/M_DotMake_CommandLine_Cli_Parse__1_1.htm\u0000260","CommandLineBuilderExtensions.UseVersionOption Method\u0000html/M_DotMake_CommandLine_CommandLineBuilderExtensions_UseVersionOption.htm\u0000251","StringExtensions.StripSuffixes Method\u0000html/M_DotMake_CommandLine_StringExtensions_StripSuffixes.htm\u0000194","CliCommandBuilder.Get Method\u0000html/Overload_DotMake_CommandLine_CliCommandBuilder_Get.htm\u000063","CliCommandBuilder.GetChildren Method\u0000html/Overload_DotMake_CommandLine_CliCommandBuilder_GetChildren.htm\u000076","CliCommandBuilder.RegisterAsChild Method\u0000html/Overload_DotMake_CommandLine_CliCommandBuilder_RegisterAsChild.htm\u000092","Cli.Run Method\u0000html/Overload_DotMake_CommandLine_Cli_Run.htm\u000094","Cli.RunAsync Method\u0000html/Overload_DotMake_CommandLine_Cli_RunAsync.htm\u000095","CliCommandBuilder Properties\u0000html/Properties_T_DotMake_CommandLine_CliCommandBuilder.htm\u0000138","CliArgumentAttribute.AllowedValues Property\u0000html/P_DotMake_CommandLine_CliArgumentAttribute_AllowedValues.htm\u0000124","Cli.Run\u0026lt;TDefinition\u0026gt;(String, Action\u0026lt;CommandLineBuilder\u0026gt;, Boolean, IConsole) Method\u0000html/M_DotMake_CommandLine_Cli_Run__1.htm\u0000302","CliArgumentAttribute Properties\u0000html/Properties_T_DotMake_CommandLine_CliArgumentAttribute.htm\u0000383","CliArgumentAttribute.Arity Property\u0000html/P_DotMake_CommandLine_CliArgumentAttribute_Arity.htm\u0000140","StringExtensions.ToCase Method\u0000html/M_DotMake_CommandLine_StringExtensions_ToCase.htm\u0000175","CliArgumentAttribute.HelpName Property\u0000html/P_DotMake_CommandLine_CliArgumentAttribute_HelpName.htm\u000088","Cli.Parse Method\u0000html/Overload_DotMake_CommandLine_Cli_Parse.htm\u000072","CliCommandAttribute.Default Property\u0000html/P_DotMake_CommandLine_CliCommandAttribute_Default.htm\u000087","CliArgumentAttribute.Name Property\u0000html/P_DotMake_CommandLine_CliArgumentAttribute_Name.htm\u0000204","CliCommandAttribute.Hidden Property\u0000html/P_DotMake_CommandLine_CliCommandAttribute_Hidden.htm\u0000139","StringExtensions.GetStableStringHashCode32 Method\u0000html/M_DotMake_CommandLine_StringExtensions_GetStableStringHashCode32.htm\u0000168","CliArgumentAttribute.Description Property\u0000html/P_DotMake_CommandLine_CliArgumentAttribute_Description.htm\u000096","CliCommandAttribute.NameCasingConvention Property\u0000html/P_DotMake_CommandLine_CliCommandAttribute_NameCasingConvention.htm\u0000121","CliArgumentAttribute.Hidden Property\u0000html/P_DotMake_CommandLine_CliArgumentAttribute_Hidden.htm\u0000139","CliCommandAttribute.Parent Property\u0000html/P_DotMake_CommandLine_CliCommandAttribute_Parent.htm\u0000140","CliOptionAttribute Properties\u0000html/Properties_T_DotMake_CommandLine_CliOptionAttribute.htm\u0000807","CliCommandAttribute.Description Property\u0000html/P_DotMake_CommandLine_CliCommandAttribute_Description.htm\u000096","CliCommandAttribute.ShortFormPrefixConvention Property\u0000html/P_DotMake_CommandLine_CliCommandAttribute_ShortFormPrefixConvention.htm\u0000144","CliCommandAttribute.Aliases Property\u0000html/P_DotMake_CommandLine_CliCommandAttribute_Aliases.htm\u0000113","CliCommandBuilder.Children Property\u0000html/P_DotMake_CommandLine_CliCommandBuilder_Children.htm\u000091","CliCommandBuilder.ShortFormPrefixConvention Property\u0000html/P_DotMake_CommandLine_CliCommandBuilder_ShortFormPrefixConvention.htm\u000091","CliCommandBuilder.NameCasingConvention Property\u0000html/P_DotMake_CommandLine_CliCommandBuilder_NameCasingConvention.htm\u000093","CliCommandAttribute.NamePrefixConvention Property\u0000html/P_DotMake_CommandLine_CliCommandAttribute_NamePrefixConvention.htm\u0000114","CliCommandAttribute.ShortFormAutoGenerate Property\u0000html/P_DotMake_CommandLine_CliCommandAttribute_ShortFormAutoGenerate.htm\u0000153","CliCommandBuilder.ParentDefinitionType Property\u0000html/P_DotMake_CommandLine_CliCommandBuilder_ParentDefinitionType.htm\u000093","StringExtensions.RemovePrefix Method\u0000html/M_DotMake_CommandLine_StringExtensions_RemovePrefix.htm\u0000170","CliCommandAttribute.Name Property\u0000html/P_DotMake_CommandLine_CliCommandAttribute_Name.htm\u0000212","CliCommandAttribute Properties\u0000html/Properties_T_DotMake_CommandLine_CliCommandAttribute.htm\u0000646","CliCommandAttribute.TreatUnmatchedTokensAsErrors Property\u0000html/P_DotMake_CommandLine_CliCommandAttribute_TreatUnmatchedTokensAsErrors.htm\u0000117","CliOptionAttribute.AllowedValues Property\u0000html/P_DotMake_CommandLine_CliOptionAttribute_AllowedValues.htm\u0000125","CliCommandBuilder.DefinitionType Property\u0000html/P_DotMake_CommandLine_CliCommandBuilder_DefinitionType.htm\u000087","CliCommandBuilder.NamePrefixConvention Property\u0000html/P_DotMake_CommandLine_CliCommandBuilder_NamePrefixConvention.htm\u000088","DotMake.CommandLine Namespace\u0000html/N_DotMake_CommandLine.htm\u0000874","CliCommandBuilder.ShortFormAutoGenerate Property\u0000html/P_DotMake_CommandLine_CliCommandBuilder_ShortFormAutoGenerate.htm\u000093","CliOptionAttribute.Aliases Property\u0000html/P_DotMake_CommandLine_CliOptionAttribute_Aliases.htm\u0000144","CliOptionAttribute.Arity Property\u0000html/P_DotMake_CommandLine_CliOptionAttribute_Arity.htm\u0000141","CliOptionAttribute.Hidden Property\u0000html/P_DotMake_CommandLine_CliOptionAttribute_Hidden.htm\u0000139","CliOptionAttribute.Required Property\u0000html/P_DotMake_CommandLine_CliOptionAttribute_Required.htm\u0000152","CliOptionAttribute.Global Property\u0000html/P_DotMake_CommandLine_CliOptionAttribute_Global.htm\u0000107","CliCommandBuilder.Register Method\u0000html/Overload_DotMake_CommandLine_CliCommandBuilder_Register.htm\u0000110","CliNamePrefixConvention Enumeration\u0000html/T_DotMake_CommandLine_CliNamePrefixConvention.htm\u0000185","CliOptionAttribute.AllowMultipleArgumentsPerToken Property\u0000html/P_DotMake_CommandLine_CliOptionAttribute_AllowMultipleArgumentsPerToken.htm\u0000240","Cli Class\u0000html/T_DotMake_CommandLine_Cli.htm\u0000249","API Reference\u0000html/R_Project_Documentation.htm\u0000159","CliOptionAttribute.Description Property\u0000html/P_DotMake_CommandLine_CliOptionAttribute_Description.htm\u000096","CliOptionAttribute.HelpName Property\u0000html/P_DotMake_CommandLine_CliOptionAttribute_HelpName.htm\u000089","CliArgumentAttribute Class\u0000html/T_DotMake_CommandLine_CliArgumentAttribute.htm\u0000565","CommandLineBuilderExtensions Class\u0000html/T_DotMake_CommandLine_CommandLineBuilderExtensions.htm\u0000147","CliOptionAttribute.Name Property\u0000html/P_DotMake_CommandLine_CliOptionAttribute_Name.htm\u0000281","CliCommandBuilder Class\u0000html/T_DotMake_CommandLine_CliCommandBuilder.htm\u0000394","CliArgumentArity Enumeration\u0000html/T_DotMake_CommandLine_CliArgumentArity.htm\u0000146","StringExtensions Class\u0000html/T_DotMake_CommandLine_StringExtensions.htm\u0000134","CliOptionAttribute Class\u0000html/T_DotMake_CommandLine_CliOptionAttribute.htm\u00001083","CliNameCasingConvention Enumeration\u0000html/T_DotMake_CommandLine_CliNameCasingConvention.htm\u0000255","CliCommandAttribute Class\u0000html/T_DotMake_CommandLine_CliCommandAttribute.htm\u0000928"] \ No newline at end of file diff --git a/docs/api/html/M_DotMake_CommandLine_CliArgumentAttribute__ctor.htm b/docs/api/html/M_DotMake_CommandLine_CliArgumentAttribute__ctor.htm new file mode 100644 index 0000000..11e76b6 --- /dev/null +++ b/docs/api/html/M_DotMake_CommandLine_CliArgumentAttribute__ctor.htm @@ -0,0 +1,16 @@ +CliArgumentAttribute Constructor

CliArgumentAttribute Constructor

Initializes a new instance of the CliArgumentAttribute class

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.2.0
C#
public CliArgumentAttribute()

See Also

Copyright © 2023 DotMake

  +
  +
\ No newline at end of file diff --git a/docs/api/html/M_DotMake_CommandLine_CliCommandAttribute__ctor.htm b/docs/api/html/M_DotMake_CommandLine_CliCommandAttribute__ctor.htm new file mode 100644 index 0000000..cd43e26 --- /dev/null +++ b/docs/api/html/M_DotMake_CommandLine_CliCommandAttribute__ctor.htm @@ -0,0 +1,16 @@ +CliCommandAttribute Constructor

CliCommandAttribute Constructor

Initializes a new instance of the CliCommandAttribute class

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.2.0
C#
public CliCommandAttribute()

See Also

Copyright © 2023 DotMake

  +
  +
\ No newline at end of file diff --git a/docs/api/html/M_DotMake_CommandLine_CliCommandBuilder_Build.htm b/docs/api/html/M_DotMake_CommandLine_CliCommandBuilder_Build.htm new file mode 100644 index 0000000..5d1c8a4 --- /dev/null +++ b/docs/api/html/M_DotMake_CommandLine_CliCommandBuilder_Build.htm @@ -0,0 +1,18 @@ +CliCommandBuilder.Build Method

CliCommandBuilderBuild Method

+ Builds a Command instance, populated with sub-commands, options, arguments and settings. +

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.2.0
C#
public abstract Command Build()

Return Value

Command
A populated Command instance.

See Also

Copyright © 2023 DotMake

  +
  +
\ No newline at end of file diff --git a/docs/api/html/M_DotMake_CommandLine_CliCommandBuilder_Get.htm b/docs/api/html/M_DotMake_CommandLine_CliCommandBuilder_Get.htm new file mode 100644 index 0000000..086694a --- /dev/null +++ b/docs/api/html/M_DotMake_CommandLine_CliCommandBuilder_Get.htm @@ -0,0 +1,20 @@ +CliCommandBuilder.Get(Type) Method

CliCommandBuilderGet(Type) Method

+ Gets the command builder registered for the definition class. +

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.2.0
C#
public static CliCommandBuilder Get(
+	Type definitionType
+)

Parameters

definitionType  Type
The type of the definition class.

Return Value

CliCommandBuilder
The registered CliCommandBuilder instance.

See Also

Copyright © 2023 DotMake

  +
  +
\ No newline at end of file diff --git a/docs/api/html/P_DotMake_CommandLine_DotMakeCommandBuilder_NamePrefixConvention.htm b/docs/api/html/M_DotMake_CommandLine_CliCommandBuilder_GetChildren.htm similarity index 50% rename from docs/api/html/P_DotMake_CommandLine_DotMakeCommandBuilder_NamePrefixConvention.htm rename to docs/api/html/M_DotMake_CommandLine_CliCommandBuilder_GetChildren.htm index 48dcee4..fd51a26 100644 --- a/docs/api/html/P_DotMake_CommandLine_DotMakeCommandBuilder_NamePrefixConvention.htm +++ b/docs/api/html/M_DotMake_CommandLine_CliCommandBuilder_GetChildren.htm @@ -1,6 +1,8 @@ -DotMakeCommandBuilder.NamePrefixConvention Property

DotMakeCommandBuilderNamePrefixConvention Property

- Gets the prefix convention used for automatically generated option names. -

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.0.0
C#
public DotMakeCliPrefixConvention NamePrefixConvention { get; protected set; }

Property Value

DotMakeCliPrefixConvention

See Also