checkoff 0.222.0 → 0.225.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/checkoff.gemspec +10 -5
- data/lib/checkoff/attachments.rb +1 -0
- data/lib/checkoff/cli.rb +1 -1
- data/lib/checkoff/clients.rb +2 -1
- data/lib/checkoff/custom_fields.rb +2 -1
- data/lib/checkoff/events.rb +2 -1
- data/lib/checkoff/internal/asana_event_enrichment.rb +1 -0
- data/lib/checkoff/internal/asana_event_filter.rb +1 -0
- data/lib/checkoff/internal/config_loader.rb +2 -2
- data/lib/checkoff/internal/logging.rb +6 -5
- data/lib/checkoff/internal/project_hashes.rb +1 -0
- data/lib/checkoff/internal/project_selector_evaluator.rb +2 -1
- data/lib/checkoff/internal/project_timing.rb +1 -0
- data/lib/checkoff/internal/search_url/custom_field_param_converter.rb +1 -0
- data/lib/checkoff/internal/search_url/custom_field_variant.rb +1 -0
- data/lib/checkoff/internal/search_url/date_param_converter.rb +1 -0
- data/lib/checkoff/internal/search_url/parser.rb +1 -0
- data/lib/checkoff/internal/search_url/results_merger.rb +1 -0
- data/lib/checkoff/internal/search_url/simple_param_converter.rb +1 -0
- data/lib/checkoff/internal/search_url.rb +1 -0
- data/lib/checkoff/internal/section_selector_evaluator.rb +2 -1
- data/lib/checkoff/internal/selector_classes/common/function_evaluator.rb +1 -0
- data/lib/checkoff/internal/selector_classes/common.rb +1 -0
- data/lib/checkoff/internal/selector_classes/function_evaluator.rb +1 -0
- data/lib/checkoff/internal/selector_classes/project/function_evaluator.rb +1 -0
- data/lib/checkoff/internal/selector_classes/project.rb +1 -0
- data/lib/checkoff/internal/selector_classes/section/function_evaluator.rb +3 -1
- data/lib/checkoff/internal/selector_classes/section.rb +1 -0
- data/lib/checkoff/internal/selector_classes/task/function_evaluator.rb +1 -0
- data/lib/checkoff/internal/selector_classes/task.rb +1 -0
- data/lib/checkoff/internal/selector_evaluator.rb +5 -4
- data/lib/checkoff/internal/task_hashes.rb +1 -0
- data/lib/checkoff/internal/task_selector_evaluator.rb +2 -1
- data/lib/checkoff/internal/task_timing.rb +1 -0
- data/lib/checkoff/internal/thread_local.rb +1 -0
- data/lib/checkoff/monkeypatches/resource_marshalling.rb +1 -0
- data/lib/checkoff/my_tasks.rb +2 -1
- data/lib/checkoff/portfolios.rb +12 -9
- data/lib/checkoff/project_selectors.rb +1 -0
- data/lib/checkoff/projects.rb +3 -1
- data/lib/checkoff/resources.rb +1 -0
- data/lib/checkoff/section_selectors.rb +1 -0
- data/lib/checkoff/sections.rb +4 -4
- data/lib/checkoff/subtasks.rb +1 -0
- data/lib/checkoff/tags.rb +67 -17
- data/lib/checkoff/task_searches.rb +1 -0
- data/lib/checkoff/task_selectors.rb +1 -0
- data/lib/checkoff/tasks.rb +2 -2
- data/lib/checkoff/timelines.rb +1 -0
- data/lib/checkoff/timing.rb +1 -0
- data/lib/checkoff/version.rb +2 -1
- data/lib/checkoff/workspaces.rb +2 -1
- data/lib/checkoff.rb +1 -0
- data/rbi/checkoff.rbi +4529 -0
- data/sig/checkoff.rbs +3749 -0
- metadata +4 -205
- data/.circleci/config.yml +0 -291
- data/.envrc +0 -9
- data/.git-hooks/pre_commit/circle_ci.rb +0 -25
- data/.git-hooks/pre_commit/punchlist.rb +0 -51
- data/.git-hooks/pre_commit/solargraph_typecheck.rb +0 -76
- data/.gitattributes +0 -6
- data/.gitignore +0 -61
- data/.markdownlint_style.rb +0 -3
- data/.mdlrc +0 -1
- data/.overcommit.yml +0 -114
- data/.rubocop.yml +0 -143
- data/.rubocop_todo.yml +0 -90
- data/.solargraph.yml +0 -35
- data/.yamllint.yml +0 -8
- data/CODE_OF_CONDUCT.md +0 -133
- data/CONTRIBUTING.rst +0 -75
- data/DEVELOPMENT.md +0 -69
- data/GLOSSARY.md +0 -16
- data/Gemfile +0 -66
- data/Gemfile.lock +0 -336
- data/LICENSE +0 -21
- data/Makefile +0 -121
- data/bin/brakeman +0 -27
- data/bin/bump +0 -29
- data/bin/checkoff +0 -29
- data/bin/console +0 -15
- data/bin/overcommit +0 -29
- data/bin/overcommit_branch +0 -114
- data/bin/rake +0 -29
- data/bin/rubocop +0 -27
- data/bin/setup +0 -8
- data/bin/solargraph +0 -27
- data/bin/sord +0 -27
- data/bin/spoom +0 -27
- data/bin/srb +0 -27
- data/bin/srb-rbi +0 -27
- data/bin/tapioca +0 -27
- data/bin/yard +0 -27
- data/config/annotations_asana.rb +0 -254
- data/config/annotations_misc.rb +0 -68
- data/config/env.1p +0 -2
- data/docs/.gitignore +0 -3
- data/docs/cookiecutter_input.json +0 -17
- data/docs/example_project.png +0 -0
- data/fix.sh +0 -534
- data/metrics/bigfiles_high_water_mark +0 -1
- data/metrics/brakeman_high_water_mark +0 -1
- data/metrics/bundle-audit_high_water_mark +0 -1
- data/metrics/cane_high_water_mark +0 -1
- data/metrics/eslint_high_water_mark +0 -1
- data/metrics/flake8_high_water_mark +0 -1
- data/metrics/flay_high_water_mark +0 -1
- data/metrics/flog_high_water_mark +0 -1
- data/metrics/jscs_high_water_mark +0 -1
- data/metrics/mdl_high_water_mark +0 -1
- data/metrics/pep8_high_water_mark +0 -1
- data/metrics/punchlist_high_water_mark +0 -1
- data/metrics/pycodestyle_high_water_mark +0 -1
- data/metrics/rails_best_practices_high_water_mark +0 -1
- data/metrics/rubocop_high_water_mark +0 -1
- data/metrics/scalastyle_high_water_mark +0 -1
- data/metrics/shellcheck_high_water_mark +0 -1
- data/package.json +0 -9
- data/rakelib/citest.rake +0 -4
- data/rakelib/clear_metrics.rake +0 -9
- data/rakelib/console.rake +0 -15
- data/rakelib/default.rake +0 -4
- data/rakelib/doc.rake +0 -6
- data/rakelib/gem_tasks.rake +0 -3
- data/rakelib/localtest.rake +0 -4
- data/rakelib/overcommit.rake +0 -6
- data/rakelib/quality.rake +0 -4
- data/rakelib/repl.rake +0 -4
- data/rakelib/test.rake +0 -10
- data/rakelib/trigger_next_builds.rake +0 -7
- data/rakelib/undercover.rake +0 -8
- data/requirements_dev.txt +0 -2
- data/sorbet/config +0 -4
- data/sorbet/rbi/annotations/.gitattributes +0 -1
- data/sorbet/rbi/annotations/activesupport.rbi +0 -453
- data/sorbet/rbi/annotations/faraday.rbi +0 -17
- data/sorbet/rbi/annotations/minitest.rbi +0 -119
- data/sorbet/rbi/annotations/mocha.rbi +0 -34
- data/sorbet/rbi/annotations/rainbow.rbi +0 -269
- data/sorbet/rbi/annotations/webmock.rbi +0 -9
- data/sorbet/rbi/dsl/.gitattributes +0 -1
- data/sorbet/rbi/dsl/active_support/callbacks.rbi +0 -23
- data/sorbet/rbi/gems/.gitattributes +0 -1
- data/sorbet/rbi/gems/activesupport@7.1.5.rbi +0 -18746
- data/sorbet/rbi/gems/addressable@2.8.6.rbi +0 -1994
- data/sorbet/rbi/gems/ansi@1.5.0.rbi +0 -688
- data/sorbet/rbi/gems/asana@0.10.6-ab9393136d9ca59b75e42a661fdddc1c65c8f7c3.rbi +0 -6142
- data/sorbet/rbi/gems/ast@2.4.2.rbi +0 -585
- data/sorbet/rbi/gems/backport@1.2.0.rbi +0 -523
- data/sorbet/rbi/gems/base64@0.2.0.rbi +0 -509
- data/sorbet/rbi/gems/benchmark@0.4.0.rbi +0 -618
- data/sorbet/rbi/gems/bigdecimal@3.1.5.rbi +0 -78
- data/sorbet/rbi/gems/brakeman@6.2.2.rbi +0 -222
- data/sorbet/rbi/gems/builder@3.2.4.rbi +0 -505
- data/sorbet/rbi/gems/bump@0.10.0.rbi +0 -169
- data/sorbet/rbi/gems/cache@0.4.1.rbi +0 -211
- data/sorbet/rbi/gems/cache_method@0.2.7.rbi +0 -293
- data/sorbet/rbi/gems/chef-utils@18.3.0.rbi +0 -9
- data/sorbet/rbi/gems/childprocess@5.1.0.rbi +0 -383
- data/sorbet/rbi/gems/coderay@1.1.3.rbi +0 -3427
- data/sorbet/rbi/gems/concurrent-ruby@1.2.3.rbi +0 -11591
- data/sorbet/rbi/gems/connection_pool@2.4.1.rbi +0 -9
- data/sorbet/rbi/gems/crack@0.4.5.rbi +0 -145
- data/sorbet/rbi/gems/diff-lcs@1.5.1.rbi +0 -969
- data/sorbet/rbi/gems/docile@1.4.0.rbi +0 -377
- data/sorbet/rbi/gems/drb@2.2.1.rbi +0 -1347
- data/sorbet/rbi/gems/e2mmap@0.1.0.rbi +0 -9
- data/sorbet/rbi/gems/erubi@1.13.0.rbi +0 -152
- data/sorbet/rbi/gems/faraday-em_http@1.0.0.rbi +0 -222
- data/sorbet/rbi/gems/faraday-em_synchrony@1.0.0.rbi +0 -126
- data/sorbet/rbi/gems/faraday-excon@1.1.0.rbi +0 -136
- data/sorbet/rbi/gems/faraday-httpclient@1.0.1.rbi +0 -145
- data/sorbet/rbi/gems/faraday-multipart@1.0.4.rbi +0 -259
- data/sorbet/rbi/gems/faraday-net_http@1.0.1.rbi +0 -142
- data/sorbet/rbi/gems/faraday-net_http_persistent@1.2.0.rbi +0 -118
- data/sorbet/rbi/gems/faraday-patron@1.0.0.rbi +0 -125
- data/sorbet/rbi/gems/faraday-rack@1.0.0.rbi +0 -133
- data/sorbet/rbi/gems/faraday-retry@1.0.3.rbi +0 -198
- data/sorbet/rbi/gems/faraday@1.10.3.rbi +0 -2729
- data/sorbet/rbi/gems/faraday_middleware-multi_json@0.0.6.rbi +0 -29
- data/sorbet/rbi/gems/faraday_middleware@1.2.0.rbi +0 -1004
- data/sorbet/rbi/gems/gli@2.22.0.rbi +0 -9
- data/sorbet/rbi/gems/hashdiff@1.0.1.rbi +0 -351
- data/sorbet/rbi/gems/i18n@1.14.6.rbi +0 -2359
- data/sorbet/rbi/gems/imagen@0.1.8.rbi +0 -340
- data/sorbet/rbi/gems/iniparse@1.5.0.rbi +0 -899
- data/sorbet/rbi/gems/jaro_winkler@1.6.0.rbi +0 -22
- data/sorbet/rbi/gems/json@2.7.1.rbi +0 -1562
- data/sorbet/rbi/gems/jwt@2.7.1.rbi +0 -1405
- data/sorbet/rbi/gems/kramdown-parser-gfm@1.1.0.rbi +0 -128
- data/sorbet/rbi/gems/kramdown@2.4.0.rbi +0 -3272
- data/sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi +0 -14238
- data/sorbet/rbi/gems/logger@1.6.2.rbi +0 -923
- data/sorbet/rbi/gems/mdl@0.13.0.rbi +0 -445
- data/sorbet/rbi/gems/method_source@1.0.0.rbi +0 -273
- data/sorbet/rbi/gems/mime-types-data@3.2023.1205.rbi +0 -127
- data/sorbet/rbi/gems/mime-types@3.5.1.rbi +0 -1252
- data/sorbet/rbi/gems/minitest-profile@0.0.2.rbi +0 -136
- data/sorbet/rbi/gems/minitest-reporters@1.6.1.rbi +0 -1014
- data/sorbet/rbi/gems/minitest@5.21.1.rbi +0 -1539
- data/sorbet/rbi/gems/mixlib-cli@2.1.8.rbi +0 -314
- data/sorbet/rbi/gems/mixlib-config@3.0.27.rbi +0 -581
- data/sorbet/rbi/gems/mixlib-shellout@3.2.7.rbi +0 -629
- data/sorbet/rbi/gems/mocha@2.1.0.rbi +0 -12
- data/sorbet/rbi/gems/multi_json@1.15.0.rbi +0 -268
- data/sorbet/rbi/gems/multi_xml@0.6.0.rbi +0 -102
- data/sorbet/rbi/gems/multipart-post@2.3.0.rbi +0 -234
- data/sorbet/rbi/gems/mutex_m@0.3.0.rbi +0 -97
- data/sorbet/rbi/gems/netrc@0.11.0.rbi +0 -159
- data/sorbet/rbi/gems/nokogiri@1.17.0.rbi +0 -8201
- data/sorbet/rbi/gems/oauth2@1.4.11.rbi +0 -833
- data/sorbet/rbi/gems/overcommit@0.64.1.rbi +0 -2400
- data/sorbet/rbi/gems/parallel@1.23.0.rbi +0 -274
- data/sorbet/rbi/gems/parser@3.2.2.4.rbi +0 -7253
- data/sorbet/rbi/gems/prism@1.2.0.rbi +0 -39085
- data/sorbet/rbi/gems/pry@0.14.2.rbi +0 -10070
- data/sorbet/rbi/gems/public_suffix@5.0.4.rbi +0 -936
- data/sorbet/rbi/gems/punchlist@1.3.2.rbi +0 -173
- data/sorbet/rbi/gems/racc@1.8.1.rbi +0 -162
- data/sorbet/rbi/gems/rack@3.1.8.rbi +0 -4896
- data/sorbet/rbi/gems/rainbow@3.1.1.rbi +0 -403
- data/sorbet/rbi/gems/rake@13.1.0.rbi +0 -3022
- data/sorbet/rbi/gems/rbi@0.2.1.rbi +0 -4535
- data/sorbet/rbi/gems/rbs@2.8.4.rbi +0 -5613
- data/sorbet/rbi/gems/regexp_parser@2.8.3.rbi +0 -3750
- data/sorbet/rbi/gems/reverse_markdown@2.1.1.rbi +0 -390
- data/sorbet/rbi/gems/rexml@3.3.9.rbi +0 -4964
- data/sorbet/rbi/gems/rubocop-ast@1.30.0.rbi +0 -7061
- data/sorbet/rbi/gems/rubocop-minitest@0.34.5.rbi +0 -2577
- data/sorbet/rbi/gems/rubocop-performance@1.20.2.rbi +0 -3262
- data/sorbet/rbi/gems/rubocop-rake@0.6.0.rbi +0 -329
- data/sorbet/rbi/gems/rubocop-rspec@3.0.0.rbi +0 -7546
- data/sorbet/rbi/gems/rubocop@1.59.0.rbi +0 -57238
- data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +0 -1318
- data/sorbet/rbi/gems/ruby2_keywords@0.0.5.rbi +0 -9
- data/sorbet/rbi/gems/rugged@1.6.3.rbi +0 -1577
- data/sorbet/rbi/gems/securerandom@0.4.0.rbi +0 -75
- data/sorbet/rbi/gems/simplecov-html@0.12.3.rbi +0 -217
- data/sorbet/rbi/gems/simplecov-lcov@0.8.0.rbi +0 -256
- data/sorbet/rbi/gems/simplecov@0.22.0.rbi +0 -2149
- data/sorbet/rbi/gems/simplecov_json_formatter@0.1.4.rbi +0 -9
- data/sorbet/rbi/gems/solargraph-rails@1.1.0-9dc37915bd4f3b169046e34db6fb32193ab347d8.rbi +0 -320
- data/sorbet/rbi/gems/solargraph@0.50.1-904b9304770a59fac393c5cc3cad481e5bdf0fd8.rbi +0 -9396
- data/sorbet/rbi/gems/source_finder@3.2.1.rbi +0 -317
- data/sorbet/rbi/gems/spoom@1.5.0.rbi +0 -4932
- data/sorbet/rbi/gems/tapioca@0.16.5.rbi +0 -3617
- data/sorbet/rbi/gems/thor@1.3.2.rbi +0 -4378
- data/sorbet/rbi/gems/tilt@2.4.0.rbi +0 -933
- data/sorbet/rbi/gems/tomlrb@2.0.3.rbi +0 -9
- data/sorbet/rbi/gems/tzinfo@2.0.6.rbi +0 -5918
- data/sorbet/rbi/gems/undercover@0.5.0.rbi +0 -433
- data/sorbet/rbi/gems/unicode-display_width@2.5.0.rbi +0 -66
- data/sorbet/rbi/gems/webmock@3.19.1.rbi +0 -1769
- data/sorbet/rbi/gems/yard-sorbet@0.9.0.rbi +0 -435
- data/sorbet/rbi/gems/yard@0.9.37.rbi +0 -18406
- data/sorbet/rbi/todo.rbi +0 -11
- data/sorbet/tapioca/config.yml +0 -13
- data/sorbet/tapioca/require.rb +0 -4
@@ -1,314 +0,0 @@
|
|
1
|
-
# typed: true
|
2
|
-
|
3
|
-
# DO NOT EDIT MANUALLY
|
4
|
-
# This is an autogenerated file for types exported from the `mixlib-cli` gem.
|
5
|
-
# Please instead update this file by running `bin/tapioca gem mixlib-cli`.
|
6
|
-
|
7
|
-
|
8
|
-
# source://mixlib-cli//lib/mixlib/cli/formatter.rb#2
|
9
|
-
module Mixlib; end
|
10
|
-
|
11
|
-
# == Mixlib::CLI
|
12
|
-
# Adds a DSL for defining command line options and methods for parsing those
|
13
|
-
# options to the including class.
|
14
|
-
#
|
15
|
-
# Mixlib::CLI does some setup in #initialize, so the including class must
|
16
|
-
# call `super()` if it defines a custom initializer.
|
17
|
-
#
|
18
|
-
# === DSL
|
19
|
-
# When included, Mixlib::CLI also extends the including class with its
|
20
|
-
# ClassMethods, which define the DSL. The primary methods of the DSL are
|
21
|
-
# ClassMethods#option, which defines a command line option;
|
22
|
-
# ClassMethods#banner, which defines the "usage" banner;
|
23
|
-
# and ClassMethods#deprecated_option, which defines a deprecated command-line option.
|
24
|
-
#
|
25
|
-
# === Parsing
|
26
|
-
# Command line options are parsed by calling the instance method
|
27
|
-
# #parse_options. After calling this method, the attribute #config will
|
28
|
-
# contain a hash of `:option_name => value` pairs.
|
29
|
-
#
|
30
|
-
# source://mixlib-cli//lib/mixlib/cli/formatter.rb#3
|
31
|
-
module Mixlib::CLI
|
32
|
-
mixes_in_class_methods ::Mixlib::CLI::ClassMethods
|
33
|
-
mixes_in_class_methods ::Mixlib::CLI::InheritMethods
|
34
|
-
|
35
|
-
# Create a new Mixlib::CLI class. If you override this, make sure you call super!
|
36
|
-
#
|
37
|
-
# === Parameters
|
38
|
-
# *args<Array>:: The array of arguments passed to the initializer
|
39
|
-
#
|
40
|
-
# === Returns
|
41
|
-
# object<Mixlib::Config>:: Returns an instance of whatever you wanted :)
|
42
|
-
#
|
43
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#260
|
44
|
-
def initialize(*args); end
|
45
|
-
|
46
|
-
# Banner for the option parser. If the option parser is printed, e.g., by
|
47
|
-
# `puts opt_parser`, this string will be used as the first line.
|
48
|
-
#
|
49
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#251
|
50
|
-
def banner; end
|
51
|
-
|
52
|
-
# Banner for the option parser. If the option parser is printed, e.g., by
|
53
|
-
# `puts opt_parser`, this string will be used as the first line.
|
54
|
-
#
|
55
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#251
|
56
|
-
def banner=(_arg0); end
|
57
|
-
|
58
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#432
|
59
|
-
def build_option_arguments(opt_setting); end
|
60
|
-
|
61
|
-
# Any arguments which were not parsed and placed in "config"--the leftovers.
|
62
|
-
#
|
63
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#247
|
64
|
-
def cli_arguments; end
|
65
|
-
|
66
|
-
# Any arguments which were not parsed and placed in "config"--the leftovers.
|
67
|
-
#
|
68
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#247
|
69
|
-
def cli_arguments=(_arg0); end
|
70
|
-
|
71
|
-
# A Hash containing the values supplied by command line options.
|
72
|
-
#
|
73
|
-
# The behavior and contents of this Hash vary depending on whether
|
74
|
-
# ClassMethods#use_separate_default_options is enabled.
|
75
|
-
# ==== use_separate_default_options *disabled*
|
76
|
-
# After initialization, +config+ will contain any default values defined
|
77
|
-
# via the mixlib-config DSL. When #parse_options is called, user-supplied
|
78
|
-
# values (from ARGV) will be merged in.
|
79
|
-
# ==== use_separate_default_options *enabled*
|
80
|
-
# After initialization, this will be an empty hash. When #parse_options is
|
81
|
-
# called, +config+ is populated *only* with user-supplied values.
|
82
|
-
#
|
83
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#236
|
84
|
-
def config; end
|
85
|
-
|
86
|
-
# A Hash containing the values supplied by command line options.
|
87
|
-
#
|
88
|
-
# The behavior and contents of this Hash vary depending on whether
|
89
|
-
# ClassMethods#use_separate_default_options is enabled.
|
90
|
-
# ==== use_separate_default_options *disabled*
|
91
|
-
# After initialization, +config+ will contain any default values defined
|
92
|
-
# via the mixlib-config DSL. When #parse_options is called, user-supplied
|
93
|
-
# values (from ARGV) will be merged in.
|
94
|
-
# ==== use_separate_default_options *enabled*
|
95
|
-
# After initialization, this will be an empty hash. When #parse_options is
|
96
|
-
# called, +config+ is populated *only* with user-supplied values.
|
97
|
-
#
|
98
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#236
|
99
|
-
def config=(_arg0); end
|
100
|
-
|
101
|
-
# If ClassMethods#use_separate_default_options is enabled, this will be a
|
102
|
-
# Hash containing key value pairs of `:option_name => default_value`
|
103
|
-
# (populated during object initialization).
|
104
|
-
#
|
105
|
-
# If use_separate_default_options is disabled, it will always be an empty
|
106
|
-
# hash.
|
107
|
-
#
|
108
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#244
|
109
|
-
def default_config; end
|
110
|
-
|
111
|
-
# If ClassMethods#use_separate_default_options is enabled, this will be a
|
112
|
-
# Hash containing key value pairs of `:option_name => default_value`
|
113
|
-
# (populated during object initialization).
|
114
|
-
#
|
115
|
-
# If use_separate_default_options is disabled, it will always be an empty
|
116
|
-
# hash.
|
117
|
-
#
|
118
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#244
|
119
|
-
def default_config=(_arg0); end
|
120
|
-
|
121
|
-
# Iterates through options declared as deprecated,
|
122
|
-
# maps values to their replacement options,
|
123
|
-
# and prints deprecation warnings.
|
124
|
-
#
|
125
|
-
# @return NilClass
|
126
|
-
#
|
127
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#394
|
128
|
-
def handle_deprecated_options(show_deprecations); end
|
129
|
-
|
130
|
-
# The option parser generated from the mixlib-cli DSL. +opt_parser+ can be
|
131
|
-
# used to print a help message including the banner and any CLI options via
|
132
|
-
# `puts opt_parser`.
|
133
|
-
# === Returns
|
134
|
-
# opt_parser<OptionParser>:: The option parser object.
|
135
|
-
#
|
136
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#344
|
137
|
-
def opt_parser; end
|
138
|
-
|
139
|
-
# Gives the command line options definition as configured in the DSL. These
|
140
|
-
# are used by #parse_options to generate the option parsing code. To get
|
141
|
-
# the values supplied by the user, see #config.
|
142
|
-
#
|
143
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#223
|
144
|
-
def options; end
|
145
|
-
|
146
|
-
# Gives the command line options definition as configured in the DSL. These
|
147
|
-
# are used by #parse_options to generate the option parsing code. To get
|
148
|
-
# the values supplied by the user, see #config.
|
149
|
-
#
|
150
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#223
|
151
|
-
def options=(_arg0); end
|
152
|
-
|
153
|
-
# Parses an array, by default ARGV, for command line options (as configured at
|
154
|
-
# the class level).
|
155
|
-
# === Parameters
|
156
|
-
# argv<Array>:: The array of arguments to parse; defaults to ARGV
|
157
|
-
#
|
158
|
-
# === Returns
|
159
|
-
# argv<Array>:: Returns any un-parsed elements.
|
160
|
-
#
|
161
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#304
|
162
|
-
def parse_options(argv = T.unsafe(nil), show_deprecations: T.unsafe(nil)); end
|
163
|
-
|
164
|
-
class << self
|
165
|
-
# @private
|
166
|
-
#
|
167
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#448
|
168
|
-
def included(receiver); end
|
169
|
-
end
|
170
|
-
end
|
171
|
-
|
172
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#81
|
173
|
-
module Mixlib::CLI::ClassMethods
|
174
|
-
# Change the banner. Defaults to:
|
175
|
-
# Usage: #{0} (options)
|
176
|
-
#
|
177
|
-
# === Parameters
|
178
|
-
# bstring<String>:: The string to set the banner to
|
179
|
-
#
|
180
|
-
# === Returns
|
181
|
-
# @banner<String>:: The current banner
|
182
|
-
#
|
183
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#210
|
184
|
-
def banner(bstring = T.unsafe(nil)); end
|
185
|
-
|
186
|
-
# Declare a deprecated option
|
187
|
-
#
|
188
|
-
# Add a deprecated command line option.
|
189
|
-
#
|
190
|
-
# name<Symbol> :: The name of the deprecated option
|
191
|
-
# replacement<Symbol> :: The name of the option that replaces this option.
|
192
|
-
# long<String> :: The original long flag name, or flag name with argument, eg "--user USER"
|
193
|
-
# short<String> :: The original short-form flag name, eg "-u USER"
|
194
|
-
# boolean<String> :: true if this is a boolean flag, eg "--[no-]option".
|
195
|
-
# value_mapper<Proc/1> :: a block that accepts the original value from the deprecated option,
|
196
|
-
# and converts it to a value suitable for the new option.
|
197
|
-
# If not provided, the value provided to the deprecated option will be
|
198
|
-
# assigned directly to the converted option.
|
199
|
-
# keep<Boolean> :: Defaults to true, this ensures that `options[:deprecated_flag]` is
|
200
|
-
# populated when the deprecated flag is used. If set to false,
|
201
|
-
# only the value in `replacement` will be set. Results undefined
|
202
|
-
# if no replacement is provided. You can use this to enforce the transition
|
203
|
-
# to non-deprecated keys in your code.
|
204
|
-
#
|
205
|
-
# === Returns
|
206
|
-
# <Hash> :: The config hash for the created option.
|
207
|
-
#
|
208
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#151
|
209
|
-
def deprecated_option(name, replacement: T.unsafe(nil), long: T.unsafe(nil), short: T.unsafe(nil), boolean: T.unsafe(nil), value_mapper: T.unsafe(nil), keep: T.unsafe(nil)); end
|
210
|
-
|
211
|
-
# Add a command line option.
|
212
|
-
#
|
213
|
-
# === Parameters
|
214
|
-
# name<Symbol>:: The name of the option to add
|
215
|
-
# args<Hash>:: A hash of arguments for the option, specifying how it should be parsed.
|
216
|
-
# Supported arguments:
|
217
|
-
# :short - The short option, just like from optparse. Example: "-l LEVEL"
|
218
|
-
# :long - The long option, just like from optparse. Example: "--level LEVEL"
|
219
|
-
# :description - The description for this item, just like from optparse.
|
220
|
-
# :default - A default value for this option. Default values will be populated
|
221
|
-
# on parse into `config` or `default_default`, depending `use_separate_defaults`
|
222
|
-
# :boolean - indicates the flag is a boolean. You can use this if the flag takes no arguments
|
223
|
-
# The config value will be set to 'true' if the flag is provided on the CLI and this
|
224
|
-
# argument is set to true. The config value will be set to false only
|
225
|
-
# if it has a default value of false
|
226
|
-
# :required - When set, the option is required. If the command is run without this option,
|
227
|
-
# it will print a message informing the user of the missing requirement, and exit. Default is false.
|
228
|
-
# :proc - Proc that will be invoked if the human has specified this option.
|
229
|
-
# Two forms are supported:
|
230
|
-
# Proc/1 - provided value is passed in.
|
231
|
-
# Proc/2 - first argument is provided value. Second is the cli flag option hash.
|
232
|
-
# Both versions return the value to be assigned to the option.
|
233
|
-
# :show_options - this option is designated as one that shows all supported options/help when invoked.
|
234
|
-
# :exit - exit your program with the exit code when this option is given. Example: 0
|
235
|
-
# :in - array containing a list of valid values. The value provided at run-time for the option is
|
236
|
-
# validated against this. If it is not in the list, it will print a message and exit.
|
237
|
-
# :on :head OR :tail - force this option to display at the beginning or end of the
|
238
|
-
# option list, respectively
|
239
|
-
# =
|
240
|
-
# i
|
241
|
-
#
|
242
|
-
# @raise [ArgumentError]
|
243
|
-
# @return [Hash] :: the config hash for the created option
|
244
|
-
#
|
245
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#123
|
246
|
-
def option(name, args); end
|
247
|
-
|
248
|
-
# Get the hash of current options.
|
249
|
-
#
|
250
|
-
# === Returns
|
251
|
-
# @options<Hash>:: The current options hash.
|
252
|
-
#
|
253
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#184
|
254
|
-
def options; end
|
255
|
-
|
256
|
-
# Set the current options hash
|
257
|
-
#
|
258
|
-
# === Parameters
|
259
|
-
# val<Hash>:: The hash to set the options to
|
260
|
-
#
|
261
|
-
# === Returns
|
262
|
-
# @options<Hash>:: The current options hash.
|
263
|
-
#
|
264
|
-
# @raise [ArgumentError]
|
265
|
-
#
|
266
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#196
|
267
|
-
def options=(val); end
|
268
|
-
|
269
|
-
# When this setting is set to +true+, default values supplied to the
|
270
|
-
# mixlib-cli DSL will be stored in a separate Hash
|
271
|
-
#
|
272
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#84
|
273
|
-
def use_separate_default_options(true_or_false); end
|
274
|
-
|
275
|
-
# @return [Boolean]
|
276
|
-
#
|
277
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#88
|
278
|
-
def use_separate_defaults?; end
|
279
|
-
end
|
280
|
-
|
281
|
-
# source://mixlib-cli//lib/mixlib/cli/formatter.rb#4
|
282
|
-
class Mixlib::CLI::Formatter
|
283
|
-
class << self
|
284
|
-
# Create a string that includes both versions (short/long) of a flag name
|
285
|
-
# based on on whether short/long/both/neither are provided
|
286
|
-
#
|
287
|
-
# @param short [String] the short name of the option. Can be nil.
|
288
|
-
# @param long [String] the long name of the option. Can be nil.
|
289
|
-
# @return [String] the formatted flag name as described above
|
290
|
-
#
|
291
|
-
# source://mixlib-cli//lib/mixlib/cli/formatter.rb#11
|
292
|
-
def combined_option_display_name(short, long); end
|
293
|
-
|
294
|
-
# @param opt_array [Array]
|
295
|
-
# @return [String] a friendly quoted list of items complete with "or"
|
296
|
-
#
|
297
|
-
# source://mixlib-cli//lib/mixlib/cli/formatter.rb#25
|
298
|
-
def friendly_opt_list(opt_array); end
|
299
|
-
end
|
300
|
-
end
|
301
|
-
|
302
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#43
|
303
|
-
module Mixlib::CLI::InheritMethods
|
304
|
-
# object:: Instance to clone
|
305
|
-
# This method will return a "deep clone" of the provided
|
306
|
-
# `object`. If the provided `object` is an enumerable type the
|
307
|
-
# contents will be iterated and cloned as well.
|
308
|
-
#
|
309
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#53
|
310
|
-
def deep_dup(object); end
|
311
|
-
|
312
|
-
# source://mixlib-cli//lib/mixlib/cli.rb#44
|
313
|
-
def inherited(receiver); end
|
314
|
-
end
|