|
74 | 74 | - McMaster.Extensions.CommandLineUtils.CommandLineApplication.ShowVersion |
75 | 75 | - McMaster.Extensions.CommandLineUtils.CommandLineApplication.System#IServiceProvider#GetService(System.Type) |
76 | 76 | - McMaster.Extensions.CommandLineUtils.CommandLineApplication.ThrowOnUnexpectedArgument |
| 77 | + - McMaster.Extensions.CommandLineUtils.CommandLineApplication.UsePagerForHelpText |
77 | 78 | - McMaster.Extensions.CommandLineUtils.CommandLineApplication.ValidationErrorHandler |
78 | 79 | - McMaster.Extensions.CommandLineUtils.CommandLineApplication.Validators |
79 | 80 | - McMaster.Extensions.CommandLineUtils.CommandLineApplication.ValueParsers |
@@ -818,6 +819,43 @@ items: |
818 | 819 | - set |
819 | 820 | modifiers.vb: |
820 | 821 | - Public |
| 822 | +- uid: McMaster.Extensions.CommandLineUtils.CommandLineApplication.UsePagerForHelpText |
| 823 | + commentId: P:McMaster.Extensions.CommandLineUtils.CommandLineApplication.UsePagerForHelpText |
| 824 | + id: UsePagerForHelpText |
| 825 | + parent: McMaster.Extensions.CommandLineUtils.CommandLineApplication |
| 826 | + langs: |
| 827 | + - csharp |
| 828 | + - vb |
| 829 | + name: UsePagerForHelpText |
| 830 | + nameWithType: CommandLineApplication.UsePagerForHelpText |
| 831 | + fullName: McMaster.Extensions.CommandLineUtils.CommandLineApplication.UsePagerForHelpText |
| 832 | + type: Property |
| 833 | + source: |
| 834 | + remote: |
| 835 | + path: src/CommandLineUtils/CommandLineApplication.cs |
| 836 | + branch: master |
| 837 | + repo: https://github.com/natemcmaster/CommandLineutils |
| 838 | + id: UsePagerForHelpText |
| 839 | + path: ../src/CommandLineUtils/CommandLineApplication.cs |
| 840 | + startLine: 175 |
| 841 | + assemblies: |
| 842 | + - McMaster.Extensions.CommandLineUtils |
| 843 | + namespace: McMaster.Extensions.CommandLineUtils |
| 844 | + summary: "\nWhether a Pager should be used to display help text.\n" |
| 845 | + example: [] |
| 846 | + syntax: |
| 847 | + content: public bool UsePagerForHelpText { get; set; } |
| 848 | + parameters: [] |
| 849 | + return: |
| 850 | + type: System.Boolean |
| 851 | + content.vb: Public Property UsePagerForHelpText As Boolean |
| 852 | + overload: McMaster.Extensions.CommandLineUtils.CommandLineApplication.UsePagerForHelpText* |
| 853 | + modifiers.csharp: |
| 854 | + - public |
| 855 | + - get |
| 856 | + - set |
| 857 | + modifiers.vb: |
| 858 | + - Public |
821 | 859 | - uid: McMaster.Extensions.CommandLineUtils.CommandLineApplication.IsShowingInformation |
822 | 860 | commentId: P:McMaster.Extensions.CommandLineUtils.CommandLineApplication.IsShowingInformation |
823 | 861 | id: IsShowingInformation |
@@ -5973,6 +6011,16 @@ references: |
5973 | 6011 | name: ThrowOnUnexpectedArgument |
5974 | 6012 | nameWithType: CommandLineApplication.ThrowOnUnexpectedArgument |
5975 | 6013 | fullName: McMaster.Extensions.CommandLineUtils.CommandLineApplication.ThrowOnUnexpectedArgument |
| 6014 | +- uid: McMaster.Extensions.CommandLineUtils.CommandLineApplication.UsePagerForHelpText* |
| 6015 | + commentId: P:McMaster.Extensions.CommandLineUtils.CommandLineApplication.UsePagerForHelpText |
| 6016 | + name: UsePagerForHelpText |
| 6017 | + nameWithType: CommandLineApplication.UsePagerForHelpText |
| 6018 | + fullName: McMaster.Extensions.CommandLineUtils.CommandLineApplication.UsePagerForHelpText |
| 6019 | +- uid: McMaster.Extensions.CommandLineUtils.CommandLineApplication.UsePagerForHelpText* |
| 6020 | + commentId: Overload:McMaster.Extensions.CommandLineUtils.CommandLineApplication.UsePagerForHelpText |
| 6021 | + name: UsePagerForHelpText |
| 6022 | + nameWithType: CommandLineApplication.UsePagerForHelpText |
| 6023 | + fullName: McMaster.Extensions.CommandLineUtils.CommandLineApplication.UsePagerForHelpText |
5976 | 6024 | - uid: McMaster.Extensions.CommandLineUtils.CommandLineApplication.OptionHelp |
5977 | 6025 | commentId: P:McMaster.Extensions.CommandLineUtils.CommandLineApplication.OptionHelp |
5978 | 6026 | parent: McMaster.Extensions.CommandLineUtils.CommandLineApplication |
|
0 commit comments