lazy_migrate 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +4 -0
- data/Appraisals +9 -0
- data/Gemfile.lock +133 -4
- data/Guardfile +39 -0
- data/README.md +56 -6
- data/Rakefile +1 -3
- data/bin/exe/lazy_migrate +14 -1
- data/gemfiles/.bundle/config +2 -0
- data/gemfiles/rails_5_1_5.gemfile +8 -0
- data/gemfiles/rails_5_1_5.gemfile.lock +170 -0
- data/gemfiles/rails_5_2_4_3.gemfile +8 -0
- data/gemfiles/rails_5_2_4_3.gemfile.lock +178 -0
- data/github/demo.gif +0 -0
- data/lazy_migrate.gemspec +9 -3
- data/lib/lazy_migrate.rb +6 -2
- data/lib/lazy_migrate/client.rb +123 -0
- data/lib/lazy_migrate/migration.rb +14 -0
- data/lib/lazy_migrate/migrator_adapter.rb +144 -0
- data/lib/lazy_migrate/migrator_adapter_factory.rb +24 -0
- data/lib/lazy_migrate/new_migrator_adapter.rb +85 -0
- data/lib/lazy_migrate/old_migrator_adapter.rb +97 -0
- data/lib/lazy_migrate/version.rb +2 -1
- data/lib/tasks/lazy_migrate.rake +10 -0
- data/sorbet/config +2 -0
- data/sorbet/rbi/gems/actioncable.rbi +393 -0
- data/sorbet/rbi/gems/actionmailer.rbi +425 -0
- data/sorbet/rbi/gems/actionpack.rbi +3230 -0
- data/sorbet/rbi/gems/actionview.rbi +1153 -0
- data/sorbet/rbi/gems/activejob.rbi +282 -0
- data/sorbet/rbi/gems/activemodel.rbi +742 -0
- data/sorbet/rbi/gems/activerecord.rbi +4004 -0
- data/sorbet/rbi/gems/activestorage.rbi +174 -0
- data/sorbet/rbi/gems/activesupport.rbi +2300 -0
- data/sorbet/rbi/gems/appraisal.rbi +151 -0
- data/sorbet/rbi/gems/arel.rbi +1253 -0
- data/sorbet/rbi/gems/byebug.rbi +1041 -0
- data/sorbet/rbi/gems/coderay.rbi +92 -0
- data/sorbet/rbi/gems/concurrent-ruby.rbi +1586 -0
- data/sorbet/rbi/gems/crass.rbi +93 -0
- data/sorbet/rbi/gems/erubi.rbi +27 -0
- data/sorbet/rbi/gems/globalid.rbi +99 -0
- data/sorbet/rbi/gems/i18n.rbi +192 -0
- data/sorbet/rbi/gems/loofah.rbi +131 -0
- data/sorbet/rbi/gems/mail.rbi +1092 -0
- data/sorbet/rbi/gems/marcel.rbi +13 -0
- data/sorbet/rbi/gems/method_source.rbi +64 -0
- data/sorbet/rbi/gems/mini_mime.rbi +52 -0
- data/sorbet/rbi/gems/minitest.rbi +282 -0
- data/sorbet/rbi/gems/nio4r.rbi +68 -0
- data/sorbet/rbi/gems/nokogiri.rbi +1011 -0
- data/sorbet/rbi/gems/pastel.rbi +119 -0
- data/sorbet/rbi/gems/pry-byebug.rbi +155 -0
- data/sorbet/rbi/gems/pry.rbi +1949 -0
- data/sorbet/rbi/gems/rack-test.rbi +162 -0
- data/sorbet/rbi/gems/rack.rbi +525 -0
- data/sorbet/rbi/gems/rails-dom-testing.rbi +68 -0
- data/sorbet/rbi/gems/rails-html-sanitizer.rbi +92 -0
- data/sorbet/rbi/gems/railties.rbi +724 -0
- data/sorbet/rbi/gems/rake.rbi +666 -0
- data/sorbet/rbi/gems/rspec-core.rbi +1939 -0
- data/sorbet/rbi/gems/rspec-expectations.rbi +1123 -0
- data/sorbet/rbi/gems/rspec-mocks.rbi +1090 -0
- data/sorbet/rbi/gems/rspec-support.rbi +280 -0
- data/sorbet/rbi/gems/rspec.rbi +15 -0
- data/sorbet/rbi/gems/sprockets-rails.rbi +106 -0
- data/sorbet/rbi/gems/sprockets.rbi +755 -0
- data/sorbet/rbi/gems/sqlite3.rbi +354 -0
- data/sorbet/rbi/gems/thor.rbi +580 -0
- data/sorbet/rbi/gems/thread_safe.rbi +82 -0
- data/sorbet/rbi/gems/tty-color.rbi +44 -0
- data/sorbet/rbi/gems/tty-cursor.rbi +72 -0
- data/sorbet/rbi/gems/tty-prompt.rbi +531 -0
- data/sorbet/rbi/gems/tty-reader.rbi +176 -0
- data/sorbet/rbi/gems/tty-screen.rbi +66 -0
- data/sorbet/rbi/gems/tzinfo.rbi +406 -0
- data/sorbet/rbi/gems/websocket-driver.rbi +103 -0
- data/sorbet/rbi/gems/websocket-extensions.rbi +29 -0
- data/sorbet/rbi/gems/wisper.rbi +130 -0
- data/sorbet/rbi/hidden-definitions/errors.txt +7584 -0
- data/sorbet/rbi/hidden-definitions/hidden.rbi +13328 -0
- data/sorbet/rbi/sorbet-typed/lib/actionmailer/all/actionmailer.rbi +13 -0
- data/sorbet/rbi/sorbet-typed/lib/actionpack/all/actionpack.rbi +954 -0
- data/sorbet/rbi/sorbet-typed/lib/actionview/all/actionview.rbi +321 -0
- data/sorbet/rbi/sorbet-typed/lib/activemodel/all/activemodel.rbi +597 -0
- data/sorbet/rbi/sorbet-typed/lib/activerecord/<6/activerecord.rbi +13 -0
- data/sorbet/rbi/sorbet-typed/lib/activerecord/>=5.2/activerecord.rbi +16 -0
- data/sorbet/rbi/sorbet-typed/lib/activerecord/>=5/activerecord.rbi +53 -0
- data/sorbet/rbi/sorbet-typed/lib/activerecord/all/activerecord.rbi +1454 -0
- data/sorbet/rbi/sorbet-typed/lib/activerecord/all/model_schema.rbi +79 -0
- data/sorbet/rbi/sorbet-typed/lib/activerecord/all/sanitization.rbi +36 -0
- data/sorbet/rbi/sorbet-typed/lib/activerecord/~>5.2.0/activerecord.rbi +447 -0
- data/sorbet/rbi/sorbet-typed/lib/activestorage/<=6.1/activestorage.rbi +82 -0
- data/sorbet/rbi/sorbet-typed/lib/activestorage/all/activestorage.rbi +177 -0
- data/sorbet/rbi/sorbet-typed/lib/activesupport/all/activesupport.rbi +1431 -0
- data/sorbet/rbi/sorbet-typed/lib/minitest/all/minitest.rbi +108 -0
- data/sorbet/rbi/sorbet-typed/lib/railties/all/railties.rbi +25 -0
- data/sorbet/rbi/todo.rbi +18 -0
- data/sorbet/rbi/user-defined/activerecord.rbi +56 -0
- metadata +181 -7
- data/lib/lazy_migrate/migrator.rb +0 -186
@@ -0,0 +1,354 @@
|
|
1
|
+
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
+
# srb rbi gems
|
3
|
+
|
4
|
+
# typed: true
|
5
|
+
#
|
6
|
+
# If you would like to make changes to this file, great! Please create the gem's shim here:
|
7
|
+
#
|
8
|
+
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/sqlite3/all/sqlite3.rbi
|
9
|
+
#
|
10
|
+
# sqlite3-1.4.2
|
11
|
+
|
12
|
+
class SQLite3::Database
|
13
|
+
def authorizer(&block); end
|
14
|
+
def authorizer=(arg0); end
|
15
|
+
def busy_handler(*arg0); end
|
16
|
+
def busy_timeout(arg0); end
|
17
|
+
def busy_timeout=(arg0); end
|
18
|
+
def changes; end
|
19
|
+
def close; end
|
20
|
+
def closed?; end
|
21
|
+
def collation(arg0, arg1); end
|
22
|
+
def collations; end
|
23
|
+
def commit; end
|
24
|
+
def complete?(arg0); end
|
25
|
+
def create_aggregate(name, arity, step = nil, finalize = nil, text_rep = nil, &block); end
|
26
|
+
def create_aggregate_handler(handler); end
|
27
|
+
def create_function(name, arity, text_rep = nil, &block); end
|
28
|
+
def db_filename(arg0); end
|
29
|
+
def define_aggregator(name, aggregator); end
|
30
|
+
def define_aggregator2(arg0, arg1); end
|
31
|
+
def define_function(arg0); end
|
32
|
+
def define_function_with_flags(arg0, arg1); end
|
33
|
+
def enable_load_extension(arg0); end
|
34
|
+
def encoding; end
|
35
|
+
def errcode; end
|
36
|
+
def errmsg; end
|
37
|
+
def exec_batch(arg0, arg1); end
|
38
|
+
def execute(sql, bind_vars = nil, *args, &block); end
|
39
|
+
def execute2(sql, *bind_vars); end
|
40
|
+
def execute_batch(sql, bind_vars = nil, *args); end
|
41
|
+
def execute_batch2(sql, &block); end
|
42
|
+
def extended_result_codes=(arg0); end
|
43
|
+
def filename(db_name = nil); end
|
44
|
+
def get_first_row(sql, *bind_vars); end
|
45
|
+
def get_first_value(sql, *bind_vars); end
|
46
|
+
def initialize(file, options = nil, zvfs = nil); end
|
47
|
+
def interrupt; end
|
48
|
+
def last_insert_row_id; end
|
49
|
+
def load_extension(arg0); end
|
50
|
+
def make_type_translator(should_translate); end
|
51
|
+
def open16(arg0); end
|
52
|
+
def open_v2(arg0, arg1, arg2); end
|
53
|
+
def prepare(sql); end
|
54
|
+
def query(sql, bind_vars = nil, *args); end
|
55
|
+
def readonly?; end
|
56
|
+
def results_as_hash; end
|
57
|
+
def results_as_hash=(arg0); end
|
58
|
+
def rollback; end
|
59
|
+
def self.open(*arg0); end
|
60
|
+
def self.quote(string); end
|
61
|
+
def total_changes; end
|
62
|
+
def trace(*arg0); end
|
63
|
+
def transaction(mode = nil); end
|
64
|
+
def transaction_active?; end
|
65
|
+
def translate_from_db(types, row); end
|
66
|
+
def translator; end
|
67
|
+
def type_translation; end
|
68
|
+
def type_translation=(value); end
|
69
|
+
include SQLite3::Pragmas
|
70
|
+
end
|
71
|
+
class SQLite3::Statement
|
72
|
+
def active?; end
|
73
|
+
def bind_param(arg0, arg1); end
|
74
|
+
def bind_parameter_count; end
|
75
|
+
def bind_params(*bind_vars); end
|
76
|
+
def clear_bindings!; end
|
77
|
+
def close; end
|
78
|
+
def closed?; end
|
79
|
+
def column_count; end
|
80
|
+
def column_decltype(arg0); end
|
81
|
+
def column_name(arg0); end
|
82
|
+
def columns; end
|
83
|
+
def database_name(arg0); end
|
84
|
+
def done?; end
|
85
|
+
def each; end
|
86
|
+
def execute!(*bind_vars, &block); end
|
87
|
+
def execute(*bind_vars); end
|
88
|
+
def get_metadata; end
|
89
|
+
def initialize(arg0, arg1); end
|
90
|
+
def must_be_open!; end
|
91
|
+
def remainder; end
|
92
|
+
def reset!; end
|
93
|
+
def step; end
|
94
|
+
def types; end
|
95
|
+
include Enumerable
|
96
|
+
end
|
97
|
+
class SQLite3::Backup
|
98
|
+
def finish; end
|
99
|
+
def initialize(arg0, arg1, arg2, arg3); end
|
100
|
+
def pagecount; end
|
101
|
+
def remaining; end
|
102
|
+
def step(arg0); end
|
103
|
+
end
|
104
|
+
module SQLite3
|
105
|
+
def self.const_missing(name); end
|
106
|
+
def self.libversion; end
|
107
|
+
def self.sqlcipher?; end
|
108
|
+
def self.threadsafe; end
|
109
|
+
def self.threadsafe?; end
|
110
|
+
end
|
111
|
+
module SQLite3::Constants
|
112
|
+
end
|
113
|
+
module SQLite3::Constants::TextRep
|
114
|
+
end
|
115
|
+
module SQLite3::Constants::ColumnType
|
116
|
+
end
|
117
|
+
module SQLite3::Constants::ErrorCode
|
118
|
+
end
|
119
|
+
class SQLite3::Exception < StandardError
|
120
|
+
def code; end
|
121
|
+
end
|
122
|
+
class SQLite3::SQLException < SQLite3::Exception
|
123
|
+
end
|
124
|
+
class SQLite3::InternalException < SQLite3::Exception
|
125
|
+
end
|
126
|
+
class SQLite3::PermissionException < SQLite3::Exception
|
127
|
+
end
|
128
|
+
class SQLite3::AbortException < SQLite3::Exception
|
129
|
+
end
|
130
|
+
class SQLite3::BusyException < SQLite3::Exception
|
131
|
+
end
|
132
|
+
class SQLite3::LockedException < SQLite3::Exception
|
133
|
+
end
|
134
|
+
class SQLite3::MemoryException < SQLite3::Exception
|
135
|
+
end
|
136
|
+
class SQLite3::ReadOnlyException < SQLite3::Exception
|
137
|
+
end
|
138
|
+
class SQLite3::InterruptException < SQLite3::Exception
|
139
|
+
end
|
140
|
+
class SQLite3::IOException < SQLite3::Exception
|
141
|
+
end
|
142
|
+
class SQLite3::CorruptException < SQLite3::Exception
|
143
|
+
end
|
144
|
+
class SQLite3::NotFoundException < SQLite3::Exception
|
145
|
+
end
|
146
|
+
class SQLite3::FullException < SQLite3::Exception
|
147
|
+
end
|
148
|
+
class SQLite3::CantOpenException < SQLite3::Exception
|
149
|
+
end
|
150
|
+
class SQLite3::ProtocolException < SQLite3::Exception
|
151
|
+
end
|
152
|
+
class SQLite3::EmptyException < SQLite3::Exception
|
153
|
+
end
|
154
|
+
class SQLite3::SchemaChangedException < SQLite3::Exception
|
155
|
+
end
|
156
|
+
class SQLite3::TooBigException < SQLite3::Exception
|
157
|
+
end
|
158
|
+
class SQLite3::ConstraintException < SQLite3::Exception
|
159
|
+
end
|
160
|
+
class SQLite3::MismatchException < SQLite3::Exception
|
161
|
+
end
|
162
|
+
class SQLite3::MisuseException < SQLite3::Exception
|
163
|
+
end
|
164
|
+
class SQLite3::UnsupportedException < SQLite3::Exception
|
165
|
+
end
|
166
|
+
class SQLite3::AuthorizationException < SQLite3::Exception
|
167
|
+
end
|
168
|
+
class SQLite3::FormatException < SQLite3::Exception
|
169
|
+
end
|
170
|
+
class SQLite3::RangeException < SQLite3::Exception
|
171
|
+
end
|
172
|
+
class SQLite3::NotADatabaseException < SQLite3::Exception
|
173
|
+
end
|
174
|
+
module SQLite3::Pragmas
|
175
|
+
def application_id; end
|
176
|
+
def application_id=(integer); end
|
177
|
+
def auto_vacuum; end
|
178
|
+
def auto_vacuum=(mode); end
|
179
|
+
def automatic_index; end
|
180
|
+
def automatic_index=(mode); end
|
181
|
+
def busy_timeout; end
|
182
|
+
def busy_timeout=(milliseconds); end
|
183
|
+
def cache_size; end
|
184
|
+
def cache_size=(size); end
|
185
|
+
def cache_spill; end
|
186
|
+
def cache_spill=(mode); end
|
187
|
+
def case_sensitive_like=(mode); end
|
188
|
+
def cell_size_check; end
|
189
|
+
def cell_size_check=(mode); end
|
190
|
+
def checkpoint_fullfsync; end
|
191
|
+
def checkpoint_fullfsync=(mode); end
|
192
|
+
def collation_list(&block); end
|
193
|
+
def compile_options(&block); end
|
194
|
+
def count_changes; end
|
195
|
+
def count_changes=(mode); end
|
196
|
+
def data_version; end
|
197
|
+
def database_list(&block); end
|
198
|
+
def default_cache_size; end
|
199
|
+
def default_cache_size=(size); end
|
200
|
+
def default_synchronous; end
|
201
|
+
def default_synchronous=(mode); end
|
202
|
+
def default_temp_store; end
|
203
|
+
def default_temp_store=(mode); end
|
204
|
+
def defer_foreign_keys; end
|
205
|
+
def defer_foreign_keys=(mode); end
|
206
|
+
def encoding; end
|
207
|
+
def encoding=(mode); end
|
208
|
+
def foreign_key_check(*table, &block); end
|
209
|
+
def foreign_key_list(table, &block); end
|
210
|
+
def foreign_keys; end
|
211
|
+
def foreign_keys=(mode); end
|
212
|
+
def freelist_count; end
|
213
|
+
def full_column_names; end
|
214
|
+
def full_column_names=(mode); end
|
215
|
+
def fullfsync; end
|
216
|
+
def fullfsync=(mode); end
|
217
|
+
def get_boolean_pragma(name); end
|
218
|
+
def get_enum_pragma(name); end
|
219
|
+
def get_int_pragma(name); end
|
220
|
+
def get_query_pragma(name, *parms, &block); end
|
221
|
+
def ignore_check_constraints=(mode); end
|
222
|
+
def incremental_vacuum(pages, &block); end
|
223
|
+
def index_info(index, &block); end
|
224
|
+
def index_list(table, &block); end
|
225
|
+
def index_xinfo(index, &block); end
|
226
|
+
def integrity_check(*num_errors, &block); end
|
227
|
+
def journal_mode; end
|
228
|
+
def journal_mode=(mode); end
|
229
|
+
def journal_size_limit; end
|
230
|
+
def journal_size_limit=(size); end
|
231
|
+
def legacy_file_format; end
|
232
|
+
def legacy_file_format=(mode); end
|
233
|
+
def locking_mode; end
|
234
|
+
def locking_mode=(mode); end
|
235
|
+
def max_page_count; end
|
236
|
+
def max_page_count=(size); end
|
237
|
+
def mmap_size; end
|
238
|
+
def mmap_size=(size); end
|
239
|
+
def page_count; end
|
240
|
+
def page_size; end
|
241
|
+
def page_size=(size); end
|
242
|
+
def parser_trace=(mode); end
|
243
|
+
def query_only; end
|
244
|
+
def query_only=(mode); end
|
245
|
+
def quick_check(*num_errors, &block); end
|
246
|
+
def read_uncommitted; end
|
247
|
+
def read_uncommitted=(mode); end
|
248
|
+
def recursive_triggers; end
|
249
|
+
def recursive_triggers=(mode); end
|
250
|
+
def reverse_unordered_selects; end
|
251
|
+
def reverse_unordered_selects=(mode); end
|
252
|
+
def schema_cookie; end
|
253
|
+
def schema_cookie=(cookie); end
|
254
|
+
def schema_version; end
|
255
|
+
def schema_version=(version); end
|
256
|
+
def secure_delete; end
|
257
|
+
def secure_delete=(mode); end
|
258
|
+
def set_boolean_pragma(name, mode); end
|
259
|
+
def set_enum_pragma(name, mode, enums); end
|
260
|
+
def set_int_pragma(name, value); end
|
261
|
+
def short_column_names; end
|
262
|
+
def short_column_names=(mode); end
|
263
|
+
def shrink_memory; end
|
264
|
+
def soft_heap_limit; end
|
265
|
+
def soft_heap_limit=(mode); end
|
266
|
+
def stats(&block); end
|
267
|
+
def synchronous; end
|
268
|
+
def synchronous=(mode); end
|
269
|
+
def table_info(table); end
|
270
|
+
def temp_store; end
|
271
|
+
def temp_store=(mode); end
|
272
|
+
def threads; end
|
273
|
+
def threads=(count); end
|
274
|
+
def tweak_default(hash); end
|
275
|
+
def user_cookie; end
|
276
|
+
def user_cookie=(cookie); end
|
277
|
+
def user_version; end
|
278
|
+
def user_version=(version); end
|
279
|
+
def vdbe_addoptrace=(mode); end
|
280
|
+
def vdbe_debug=(mode); end
|
281
|
+
def vdbe_listing=(mode); end
|
282
|
+
def vdbe_trace; end
|
283
|
+
def vdbe_trace=(mode); end
|
284
|
+
def version_compare(v1, v2); end
|
285
|
+
def wal_autocheckpoint; end
|
286
|
+
def wal_autocheckpoint=(mode); end
|
287
|
+
def wal_checkpoint; end
|
288
|
+
def wal_checkpoint=(mode); end
|
289
|
+
def writable_schema=(mode); end
|
290
|
+
end
|
291
|
+
class SQLite3::ResultSet
|
292
|
+
def close; end
|
293
|
+
def closed?; end
|
294
|
+
def columns; end
|
295
|
+
def each; end
|
296
|
+
def each_hash; end
|
297
|
+
def eof?; end
|
298
|
+
def initialize(db, stmt); end
|
299
|
+
def next; end
|
300
|
+
def next_hash; end
|
301
|
+
def reset(*bind_params); end
|
302
|
+
def types; end
|
303
|
+
include Enumerable
|
304
|
+
end
|
305
|
+
class SQLite3::ResultSet::ArrayWithTypes < Array
|
306
|
+
def types; end
|
307
|
+
def types=(arg0); end
|
308
|
+
end
|
309
|
+
class SQLite3::ResultSet::ArrayWithTypesAndFields < Array
|
310
|
+
def fields; end
|
311
|
+
def fields=(arg0); end
|
312
|
+
def types; end
|
313
|
+
def types=(arg0); end
|
314
|
+
end
|
315
|
+
class SQLite3::ResultSet::HashWithTypesAndFields < Hash
|
316
|
+
def [](key); end
|
317
|
+
def fields; end
|
318
|
+
def fields=(arg0); end
|
319
|
+
def types; end
|
320
|
+
def types=(arg0); end
|
321
|
+
end
|
322
|
+
class String
|
323
|
+
def to_blob; end
|
324
|
+
end
|
325
|
+
class SQLite3::Translator
|
326
|
+
def add_translator(type, &block); end
|
327
|
+
def initialize; end
|
328
|
+
def register_default_translators; end
|
329
|
+
def translate(type, value); end
|
330
|
+
def type_name(type); end
|
331
|
+
end
|
332
|
+
class SQLite3::Value
|
333
|
+
def handle; end
|
334
|
+
def initialize(db, handle); end
|
335
|
+
def length(utf16 = nil); end
|
336
|
+
def null?; end
|
337
|
+
def to_blob; end
|
338
|
+
def to_f; end
|
339
|
+
def to_i; end
|
340
|
+
def to_int64; end
|
341
|
+
def to_s(utf16 = nil); end
|
342
|
+
def type; end
|
343
|
+
end
|
344
|
+
class SQLite3::Database::FunctionProxy
|
345
|
+
def [](key); end
|
346
|
+
def []=(key, value); end
|
347
|
+
def count; end
|
348
|
+
def initialize; end
|
349
|
+
def result; end
|
350
|
+
def result=(arg0); end
|
351
|
+
def set_error(error); end
|
352
|
+
end
|
353
|
+
module SQLite3::VersionProxy
|
354
|
+
end
|
@@ -0,0 +1,580 @@
|
|
1
|
+
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
+
# srb rbi gems
|
3
|
+
|
4
|
+
# typed: true
|
5
|
+
#
|
6
|
+
# If you would like to make changes to this file, great! Please create the gem's shim here:
|
7
|
+
#
|
8
|
+
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/thor/all/thor.rbi
|
9
|
+
#
|
10
|
+
# thor-1.0.1
|
11
|
+
|
12
|
+
class Thor
|
13
|
+
def help(command = nil, subcommand = nil); end
|
14
|
+
def self.banner(command, namespace = nil, subcommand = nil); end
|
15
|
+
def self.baseclass; end
|
16
|
+
def self.check_unknown_options!(options = nil); end
|
17
|
+
def self.check_unknown_options?(config); end
|
18
|
+
def self.command_help(shell, command_name); end
|
19
|
+
def self.create_command(meth); end
|
20
|
+
def self.create_task(meth); end
|
21
|
+
def self.default_command(meth = nil); end
|
22
|
+
def self.default_task(meth = nil); end
|
23
|
+
def self.deprecation_warning(message); end
|
24
|
+
def self.desc(usage, description, options = nil); end
|
25
|
+
def self.disable_required_check!(*command_names); end
|
26
|
+
def self.disable_required_check; end
|
27
|
+
def self.disable_required_check?(command); end
|
28
|
+
def self.dispatch(meth, given_args, given_opts, config); end
|
29
|
+
def self.dynamic_command_class; end
|
30
|
+
def self.find_command_possibilities(meth); end
|
31
|
+
def self.find_task_possibilities(meth); end
|
32
|
+
def self.help(shell, subcommand = nil); end
|
33
|
+
def self.initialize_added; end
|
34
|
+
def self.long_desc(long_description, options = nil); end
|
35
|
+
def self.map(mappings = nil, **kw); end
|
36
|
+
def self.method_option(name, options = nil); end
|
37
|
+
def self.method_options(options = nil); end
|
38
|
+
def self.normalize_command_name(meth); end
|
39
|
+
def self.normalize_task_name(meth); end
|
40
|
+
def self.option(name, options = nil); end
|
41
|
+
def self.options(options = nil); end
|
42
|
+
def self.package_name(name, _ = nil); end
|
43
|
+
def self.printable_commands(all = nil, subcommand = nil); end
|
44
|
+
def self.printable_tasks(all = nil, subcommand = nil); end
|
45
|
+
def self.register(klass, subcommand_name, usage, description, options = nil); end
|
46
|
+
def self.retrieve_command_name(args); end
|
47
|
+
def self.retrieve_task_name(args); end
|
48
|
+
def self.stop_on_unknown_option!(*command_names); end
|
49
|
+
def self.stop_on_unknown_option; end
|
50
|
+
def self.stop_on_unknown_option?(command); end
|
51
|
+
def self.subcommand(subcommand, subcommand_class); end
|
52
|
+
def self.subcommand_classes; end
|
53
|
+
def self.subcommand_help(cmd); end
|
54
|
+
def self.subcommands; end
|
55
|
+
def self.subtask(subcommand, subcommand_class); end
|
56
|
+
def self.subtask_help(cmd); end
|
57
|
+
def self.subtasks; end
|
58
|
+
def self.task_help(shell, command_name); end
|
59
|
+
extend Thor::Base::ClassMethods
|
60
|
+
extend Thor::Invocation::ClassMethods
|
61
|
+
include Thor::Base
|
62
|
+
include Thor::Invocation
|
63
|
+
include Thor::Shell
|
64
|
+
end
|
65
|
+
class Anonymous_Struct_26 < Struct
|
66
|
+
def ancestor_name; end
|
67
|
+
def ancestor_name=(_); end
|
68
|
+
def description; end
|
69
|
+
def description=(_); end
|
70
|
+
def long_description; end
|
71
|
+
def long_description=(_); end
|
72
|
+
def name; end
|
73
|
+
def name=(_); end
|
74
|
+
def options; end
|
75
|
+
def options=(_); end
|
76
|
+
def self.[](*arg0); end
|
77
|
+
def self.inspect; end
|
78
|
+
def self.members; end
|
79
|
+
def self.new(*arg0); end
|
80
|
+
def usage; end
|
81
|
+
def usage=(_); end
|
82
|
+
end
|
83
|
+
class Thor::Command < Anonymous_Struct_26
|
84
|
+
def formatted_usage(klass, namespace = nil, subcommand = nil); end
|
85
|
+
def handle_argument_error?(instance, error, caller); end
|
86
|
+
def handle_no_method_error?(instance, error, caller); end
|
87
|
+
def hidden?; end
|
88
|
+
def initialize(name, description, long_description, usage, options = nil); end
|
89
|
+
def initialize_copy(other); end
|
90
|
+
def local_method?(instance, name); end
|
91
|
+
def not_debugging?(instance); end
|
92
|
+
def private_method?(instance); end
|
93
|
+
def public_method?(instance); end
|
94
|
+
def required_arguments_for(klass, usage); end
|
95
|
+
def required_options; end
|
96
|
+
def run(instance, args = nil); end
|
97
|
+
def sans_backtrace(backtrace, caller); end
|
98
|
+
end
|
99
|
+
class Thor::HiddenCommand < Thor::Command
|
100
|
+
def hidden?; end
|
101
|
+
end
|
102
|
+
class Thor::DynamicCommand < Thor::Command
|
103
|
+
def initialize(name, options = nil); end
|
104
|
+
def run(instance, args = nil); end
|
105
|
+
end
|
106
|
+
module Thor::CoreExt
|
107
|
+
end
|
108
|
+
class Thor::CoreExt::HashWithIndifferentAccess < Hash
|
109
|
+
def [](key); end
|
110
|
+
def []=(key, value); end
|
111
|
+
def convert_key(key); end
|
112
|
+
def delete(key); end
|
113
|
+
def fetch(key, *args); end
|
114
|
+
def initialize(hash = nil); end
|
115
|
+
def key?(key); end
|
116
|
+
def merge!(other); end
|
117
|
+
def merge(other); end
|
118
|
+
def method_missing(method, *args); end
|
119
|
+
def replace(other_hash); end
|
120
|
+
def reverse_merge!(other_hash); end
|
121
|
+
def reverse_merge(other); end
|
122
|
+
def to_hash; end
|
123
|
+
def values_at(*indices); end
|
124
|
+
end
|
125
|
+
class Thor::NoKwargSpellChecker < DidYouMean::SpellChecker
|
126
|
+
def initialize(dictionary); end
|
127
|
+
end
|
128
|
+
class Thor::Error < StandardError
|
129
|
+
end
|
130
|
+
class Thor::UndefinedCommandError < Thor::Error
|
131
|
+
def all_commands; end
|
132
|
+
def command; end
|
133
|
+
def initialize(command, all_commands, namespace); end
|
134
|
+
end
|
135
|
+
class Thor::UndefinedCommandError::SpellChecker
|
136
|
+
def corrections; end
|
137
|
+
def error; end
|
138
|
+
def initialize(error); end
|
139
|
+
def spell_checker; end
|
140
|
+
end
|
141
|
+
class Thor::AmbiguousCommandError < Thor::Error
|
142
|
+
end
|
143
|
+
class Thor::InvocationError < Thor::Error
|
144
|
+
end
|
145
|
+
class Thor::UnknownArgumentError < Thor::Error
|
146
|
+
def initialize(switches, unknown); end
|
147
|
+
def switches; end
|
148
|
+
def unknown; end
|
149
|
+
end
|
150
|
+
class Thor::UnknownArgumentError::SpellChecker
|
151
|
+
def corrections; end
|
152
|
+
def error; end
|
153
|
+
def initialize(error); end
|
154
|
+
def spell_checker; end
|
155
|
+
end
|
156
|
+
class Thor::RequiredArgumentMissingError < Thor::InvocationError
|
157
|
+
end
|
158
|
+
class Thor::MalformattedArgumentError < Thor::InvocationError
|
159
|
+
end
|
160
|
+
module Thor::Invocation
|
161
|
+
def _parse_initialization_options(args, opts, config); end
|
162
|
+
def _retrieve_class_and_command(name, sent_command = nil); end
|
163
|
+
def _retrieve_class_and_task(name, sent_command = nil); end
|
164
|
+
def _shared_configuration; end
|
165
|
+
def current_command_chain; end
|
166
|
+
def initialize(args = nil, options = nil, config = nil, &block); end
|
167
|
+
def invoke(name = nil, *args); end
|
168
|
+
def invoke_all; end
|
169
|
+
def invoke_command(command, *args); end
|
170
|
+
def invoke_task(command, *args); end
|
171
|
+
def invoke_with_padding(*args); end
|
172
|
+
def self.included(base); end
|
173
|
+
end
|
174
|
+
module Thor::Invocation::ClassMethods
|
175
|
+
def prepare_for_invocation(key, name); end
|
176
|
+
end
|
177
|
+
class Thor::NestedContext
|
178
|
+
def enter; end
|
179
|
+
def entered?; end
|
180
|
+
def initialize; end
|
181
|
+
def pop; end
|
182
|
+
def push; end
|
183
|
+
end
|
184
|
+
class Thor::Argument
|
185
|
+
def banner; end
|
186
|
+
def default; end
|
187
|
+
def default_banner; end
|
188
|
+
def description; end
|
189
|
+
def enum; end
|
190
|
+
def human_name; end
|
191
|
+
def initialize(name, options = nil); end
|
192
|
+
def name; end
|
193
|
+
def required; end
|
194
|
+
def required?; end
|
195
|
+
def show_default?; end
|
196
|
+
def type; end
|
197
|
+
def usage; end
|
198
|
+
def valid_type?(type); end
|
199
|
+
def validate!; end
|
200
|
+
end
|
201
|
+
class Thor::Arguments
|
202
|
+
def check_requirement!; end
|
203
|
+
def current_is_value?; end
|
204
|
+
def initialize(arguments = nil); end
|
205
|
+
def last?; end
|
206
|
+
def no_or_skip?(arg); end
|
207
|
+
def parse(args); end
|
208
|
+
def parse_array(name); end
|
209
|
+
def parse_hash(name); end
|
210
|
+
def parse_numeric(name); end
|
211
|
+
def parse_string(name); end
|
212
|
+
def peek; end
|
213
|
+
def remaining; end
|
214
|
+
def self.parse(*args); end
|
215
|
+
def self.split(args); end
|
216
|
+
def shift; end
|
217
|
+
def unshift(arg); end
|
218
|
+
end
|
219
|
+
class Thor::Option < Thor::Argument
|
220
|
+
def aliases; end
|
221
|
+
def array?; end
|
222
|
+
def boolean?; end
|
223
|
+
def dasherize(str); end
|
224
|
+
def dasherized?; end
|
225
|
+
def group; end
|
226
|
+
def hash?; end
|
227
|
+
def hide; end
|
228
|
+
def human_name; end
|
229
|
+
def initialize(name, options = nil); end
|
230
|
+
def lazy_default; end
|
231
|
+
def numeric?; end
|
232
|
+
def repeatable; end
|
233
|
+
def self.parse(key, value); end
|
234
|
+
def string?; end
|
235
|
+
def switch_name; end
|
236
|
+
def undasherize(str); end
|
237
|
+
def usage(padding = nil); end
|
238
|
+
def validate!; end
|
239
|
+
def validate_default_type!; end
|
240
|
+
end
|
241
|
+
class Thor::Options < Thor::Arguments
|
242
|
+
def assign_result!(option, result); end
|
243
|
+
def check_unknown!; end
|
244
|
+
def current_is_switch?; end
|
245
|
+
def current_is_switch_formatted?; end
|
246
|
+
def current_is_value?; end
|
247
|
+
def initialize(hash_options = nil, defaults = nil, stop_on_unknown = nil, disable_required_check = nil); end
|
248
|
+
def normalize_switch(arg); end
|
249
|
+
def parse(args); end
|
250
|
+
def parse_boolean(switch); end
|
251
|
+
def parse_peek(switch, option); end
|
252
|
+
def parsing_options?; end
|
253
|
+
def peek; end
|
254
|
+
def remaining; end
|
255
|
+
def self.to_switches(options); end
|
256
|
+
def switch?(arg); end
|
257
|
+
def switch_option(arg); end
|
258
|
+
end
|
259
|
+
module Thor::Base
|
260
|
+
def args; end
|
261
|
+
def args=(arg0); end
|
262
|
+
def initialize(args = nil, local_options = nil, config = nil); end
|
263
|
+
def options; end
|
264
|
+
def options=(arg0); end
|
265
|
+
def parent_options; end
|
266
|
+
def parent_options=(arg0); end
|
267
|
+
def self.included(base); end
|
268
|
+
def self.register_klass_file(klass); end
|
269
|
+
def self.shell; end
|
270
|
+
def self.shell=(arg0); end
|
271
|
+
def self.subclass_files; end
|
272
|
+
def self.subclasses; end
|
273
|
+
end
|
274
|
+
module Thor::Shell
|
275
|
+
def _shared_configuration; end
|
276
|
+
def ask(*args, &block); end
|
277
|
+
def error(*args, &block); end
|
278
|
+
def file_collision(*args, &block); end
|
279
|
+
def initialize(args = nil, options = nil, config = nil); end
|
280
|
+
def no?(*args, &block); end
|
281
|
+
def print_in_columns(*args, &block); end
|
282
|
+
def print_table(*args, &block); end
|
283
|
+
def print_wrapped(*args, &block); end
|
284
|
+
def say(*args, &block); end
|
285
|
+
def say_status(*args, &block); end
|
286
|
+
def set_color(*args, &block); end
|
287
|
+
def shell; end
|
288
|
+
def shell=(arg0); end
|
289
|
+
def terminal_width(*args, &block); end
|
290
|
+
def with_padding; end
|
291
|
+
def yes?(*args, &block); end
|
292
|
+
end
|
293
|
+
module Thor::LineEditor
|
294
|
+
def self.best_available; end
|
295
|
+
def self.readline(prompt, options = nil); end
|
296
|
+
end
|
297
|
+
class Thor::LineEditor::Basic
|
298
|
+
def echo?; end
|
299
|
+
def get_input; end
|
300
|
+
def initialize(prompt, options); end
|
301
|
+
def options; end
|
302
|
+
def prompt; end
|
303
|
+
def readline; end
|
304
|
+
def self.available?; end
|
305
|
+
end
|
306
|
+
class Thor::LineEditor::Readline < Thor::LineEditor::Basic
|
307
|
+
def add_to_history?; end
|
308
|
+
def completion_options; end
|
309
|
+
def completion_proc; end
|
310
|
+
def readline; end
|
311
|
+
def self.available?; end
|
312
|
+
def use_path_completion?; end
|
313
|
+
end
|
314
|
+
class Thor::LineEditor::Readline::PathCompletion
|
315
|
+
def absolute_matches; end
|
316
|
+
def base_path; end
|
317
|
+
def glob_pattern; end
|
318
|
+
def initialize(text); end
|
319
|
+
def matches; end
|
320
|
+
def relative_matches; end
|
321
|
+
def text; end
|
322
|
+
end
|
323
|
+
module Thor::Sandbox
|
324
|
+
end
|
325
|
+
module Thor::Util
|
326
|
+
def self.camel_case(str); end
|
327
|
+
def self.escape_globs(path); end
|
328
|
+
def self.escape_html(string); end
|
329
|
+
def self.find_by_namespace(namespace); end
|
330
|
+
def self.find_class_and_command_by_namespace(namespace, fallback = nil); end
|
331
|
+
def self.find_class_and_task_by_namespace(namespace, fallback = nil); end
|
332
|
+
def self.globs_for(path); end
|
333
|
+
def self.load_thorfile(path, content = nil, debug = nil); end
|
334
|
+
def self.namespace_from_thor_class(constant); end
|
335
|
+
def self.namespaces_in_content(contents, file = nil); end
|
336
|
+
def self.ruby_command; end
|
337
|
+
def self.snake_case(str); end
|
338
|
+
def self.thor_classes_in(klass); end
|
339
|
+
def self.thor_root; end
|
340
|
+
def self.thor_root_glob; end
|
341
|
+
def self.user_home; end
|
342
|
+
end
|
343
|
+
module Thor::Base::ClassMethods
|
344
|
+
def all_commands; end
|
345
|
+
def all_tasks; end
|
346
|
+
def allow_incompatible_default_type!; end
|
347
|
+
def argument(name, options = nil); end
|
348
|
+
def arguments; end
|
349
|
+
def attr_accessor(*arg0); end
|
350
|
+
def attr_reader(*arg0); end
|
351
|
+
def attr_writer(*arg0); end
|
352
|
+
def baseclass; end
|
353
|
+
def basename; end
|
354
|
+
def build_option(name, options, scope); end
|
355
|
+
def build_options(options, scope); end
|
356
|
+
def check_default_type!; end
|
357
|
+
def check_default_type; end
|
358
|
+
def check_unknown_options!; end
|
359
|
+
def check_unknown_options; end
|
360
|
+
def check_unknown_options?(config); end
|
361
|
+
def class_option(name, options = nil); end
|
362
|
+
def class_options(options = nil); end
|
363
|
+
def class_options_help(shell, groups = nil); end
|
364
|
+
def commands; end
|
365
|
+
def create_command(meth); end
|
366
|
+
def create_task(meth); end
|
367
|
+
def disable_required_check?(command_name); end
|
368
|
+
def dispatch(command, given_args, given_opts, config); end
|
369
|
+
def exit_on_failure?; end
|
370
|
+
def find_and_refresh_command(name); end
|
371
|
+
def find_and_refresh_task(name); end
|
372
|
+
def from_superclass(method, default = nil); end
|
373
|
+
def group(name = nil); end
|
374
|
+
def handle_argument_error(command, error, args, arity); end
|
375
|
+
def handle_no_command_error(command, has_namespace = nil); end
|
376
|
+
def handle_no_task_error(command, has_namespace = nil); end
|
377
|
+
def inherited(klass); end
|
378
|
+
def initialize_added; end
|
379
|
+
def is_thor_reserved_word?(word, type); end
|
380
|
+
def method_added(meth); end
|
381
|
+
def namespace(name = nil); end
|
382
|
+
def no_commands(&block); end
|
383
|
+
def no_commands?; end
|
384
|
+
def no_commands_context; end
|
385
|
+
def no_tasks(&block); end
|
386
|
+
def print_options(shell, options, group_name = nil); end
|
387
|
+
def public_command(*names); end
|
388
|
+
def public_task(*names); end
|
389
|
+
def remove_argument(*names); end
|
390
|
+
def remove_class_option(*names); end
|
391
|
+
def remove_command(*names); end
|
392
|
+
def remove_task(*names); end
|
393
|
+
def start(given_args = nil, config = nil); end
|
394
|
+
def stop_on_unknown_option?(command_name); end
|
395
|
+
def strict_args_position!; end
|
396
|
+
def strict_args_position; end
|
397
|
+
def strict_args_position?(config); end
|
398
|
+
def tasks; end
|
399
|
+
end
|
400
|
+
module Thor::Actions
|
401
|
+
def _cleanup_options_and_set(options, key); end
|
402
|
+
def _shared_configuration; end
|
403
|
+
def action(instance); end
|
404
|
+
def add_file(destination, *args, &block); end
|
405
|
+
def add_link(destination, *args); end
|
406
|
+
def append_file(path, *args, &block); end
|
407
|
+
def append_to_file(path, *args, &block); end
|
408
|
+
def apply(path, config = nil); end
|
409
|
+
def behavior; end
|
410
|
+
def behavior=(arg0); end
|
411
|
+
def capture(*args); end
|
412
|
+
def chmod(path, mode, config = nil); end
|
413
|
+
def comment_lines(path, flag, *args); end
|
414
|
+
def concat(string); end
|
415
|
+
def copy_file(source, *args, &block); end
|
416
|
+
def create_file(destination, *args, &block); end
|
417
|
+
def create_link(destination, *args); end
|
418
|
+
def destination_root; end
|
419
|
+
def destination_root=(root); end
|
420
|
+
def directory(source, *args, &block); end
|
421
|
+
def empty_directory(destination, config = nil); end
|
422
|
+
def find_in_source_paths(file); end
|
423
|
+
def get(source, *args, &block); end
|
424
|
+
def gsub_file(path, flag, *args, &block); end
|
425
|
+
def in_root; end
|
426
|
+
def initialize(args = nil, options = nil, config = nil); end
|
427
|
+
def inject_into_class(path, klass, *args, &block); end
|
428
|
+
def inject_into_file(destination, *args, &block); end
|
429
|
+
def inject_into_module(path, module_name, *args, &block); end
|
430
|
+
def insert_into_file(destination, *args, &block); end
|
431
|
+
def inside(dir = nil, config = nil, &block); end
|
432
|
+
def link_file(source, *args); end
|
433
|
+
def output_buffer; end
|
434
|
+
def output_buffer=(arg0); end
|
435
|
+
def prepend_file(path, *args, &block); end
|
436
|
+
def prepend_to_file(path, *args, &block); end
|
437
|
+
def relative_to_original_destination_root(path, remove_dot = nil); end
|
438
|
+
def remove_dir(path, config = nil); end
|
439
|
+
def remove_file(path, config = nil); end
|
440
|
+
def run(command, config = nil); end
|
441
|
+
def run_ruby_script(command, config = nil); end
|
442
|
+
def self.included(base); end
|
443
|
+
def source_paths; end
|
444
|
+
def template(source, *args, &block); end
|
445
|
+
def thor(command, *args); end
|
446
|
+
def uncomment_lines(path, flag, *args); end
|
447
|
+
def with_output_buffer(buf = nil); end
|
448
|
+
end
|
449
|
+
class Thor::Actions::EmptyDirectory
|
450
|
+
def base; end
|
451
|
+
def config; end
|
452
|
+
def convert_encoded_instructions(filename); end
|
453
|
+
def destination; end
|
454
|
+
def destination=(destination); end
|
455
|
+
def exists?; end
|
456
|
+
def given_destination; end
|
457
|
+
def initialize(base, destination, config = nil); end
|
458
|
+
def invoke!; end
|
459
|
+
def invoke_with_conflict_check(&block); end
|
460
|
+
def on_conflict_behavior; end
|
461
|
+
def on_file_clash_behavior; end
|
462
|
+
def pretend?; end
|
463
|
+
def relative_destination; end
|
464
|
+
def revoke!; end
|
465
|
+
def say_status(status, color); end
|
466
|
+
end
|
467
|
+
class Thor::Actions::CreateFile < Thor::Actions::EmptyDirectory
|
468
|
+
def data; end
|
469
|
+
def force_on_collision?; end
|
470
|
+
def force_or_skip_or_conflict(force, skip, &block); end
|
471
|
+
def identical?; end
|
472
|
+
def initialize(base, destination, data, config = nil); end
|
473
|
+
def invoke!; end
|
474
|
+
def on_conflict_behavior(&block); end
|
475
|
+
def render; end
|
476
|
+
end
|
477
|
+
class Thor::Actions::CreateLink < Thor::Actions::CreateFile
|
478
|
+
def data; end
|
479
|
+
def exists?; end
|
480
|
+
def identical?; end
|
481
|
+
def invoke!; end
|
482
|
+
end
|
483
|
+
class Thor::Actions::Directory < Thor::Actions::EmptyDirectory
|
484
|
+
def execute!; end
|
485
|
+
def file_level_lookup(previous_lookup); end
|
486
|
+
def files(lookup); end
|
487
|
+
def initialize(base, source, destination = nil, config = nil, &block); end
|
488
|
+
def invoke!; end
|
489
|
+
def revoke!; end
|
490
|
+
def source; end
|
491
|
+
end
|
492
|
+
class Thor::Actions::CapturableERB < ERB
|
493
|
+
def set_eoutvar(compiler, eoutvar = nil); end
|
494
|
+
end
|
495
|
+
class Thor::Actions::InjectIntoFile < Thor::Actions::EmptyDirectory
|
496
|
+
def behavior; end
|
497
|
+
def flag; end
|
498
|
+
def initialize(base, destination, data, config); end
|
499
|
+
def invoke!; end
|
500
|
+
def replace!(regexp, string, force); end
|
501
|
+
def replacement; end
|
502
|
+
def revoke!; end
|
503
|
+
def say_status(behavior, warning: nil, color: nil); end
|
504
|
+
end
|
505
|
+
module Thor::Actions::ClassMethods
|
506
|
+
def add_runtime_options!; end
|
507
|
+
def source_paths; end
|
508
|
+
def source_paths_for_search; end
|
509
|
+
def source_root(path = nil); end
|
510
|
+
end
|
511
|
+
class Thor::Group
|
512
|
+
def _invoke_for_class_method(klass, command = nil, *args, &block); end
|
513
|
+
def self.banner; end
|
514
|
+
def self.baseclass; end
|
515
|
+
def self.class_options_help(shell, groups = nil); end
|
516
|
+
def self.create_command(meth); end
|
517
|
+
def self.create_task(meth); end
|
518
|
+
def self.desc(description = nil); end
|
519
|
+
def self.dispatch(command, given_args, given_opts, config); end
|
520
|
+
def self.get_options_from_invocations(group_options, base_options); end
|
521
|
+
def self.handle_argument_error(command, error, _args, arity); end
|
522
|
+
def self.help(shell); end
|
523
|
+
def self.invocation_blocks; end
|
524
|
+
def self.invocations; end
|
525
|
+
def self.invoke(*names, &block); end
|
526
|
+
def self.invoke_from_option(*names, &block); end
|
527
|
+
def self.printable_commands(*arg0); end
|
528
|
+
def self.printable_tasks(*arg0); end
|
529
|
+
def self.remove_invocation(*names); end
|
530
|
+
def self.self_command; end
|
531
|
+
def self.self_task; end
|
532
|
+
extend Thor::Base::ClassMethods
|
533
|
+
extend Thor::Invocation::ClassMethods
|
534
|
+
include Thor::Base
|
535
|
+
include Thor::Invocation
|
536
|
+
include Thor::Shell
|
537
|
+
end
|
538
|
+
class Thor::Shell::Basic
|
539
|
+
def answer_match(possibilities, answer, case_insensitive); end
|
540
|
+
def as_unicode; end
|
541
|
+
def ask(statement, *args); end
|
542
|
+
def ask_filtered(statement, color, options); end
|
543
|
+
def ask_simply(statement, color, options); end
|
544
|
+
def base; end
|
545
|
+
def base=(arg0); end
|
546
|
+
def can_display_colors?; end
|
547
|
+
def dynamic_width; end
|
548
|
+
def dynamic_width_stty; end
|
549
|
+
def dynamic_width_tput; end
|
550
|
+
def error(statement); end
|
551
|
+
def file_collision(destination); end
|
552
|
+
def file_collision_help; end
|
553
|
+
def git_merge_tool; end
|
554
|
+
def indent(count = nil); end
|
555
|
+
def initialize; end
|
556
|
+
def is?(value); end
|
557
|
+
def lookup_color(color); end
|
558
|
+
def merge(destination, content); end
|
559
|
+
def merge_tool; end
|
560
|
+
def mute; end
|
561
|
+
def mute?; end
|
562
|
+
def no?(statement, color = nil); end
|
563
|
+
def padding; end
|
564
|
+
def padding=(value); end
|
565
|
+
def prepare_message(message, *color); end
|
566
|
+
def print_in_columns(array); end
|
567
|
+
def print_table(array, options = nil); end
|
568
|
+
def print_wrapped(message, options = nil); end
|
569
|
+
def quiet?; end
|
570
|
+
def say(message = nil, color = nil, force_new_line = nil); end
|
571
|
+
def say_status(status, message, log_status = nil); end
|
572
|
+
def set_color(string, *arg1); end
|
573
|
+
def show_diff(destination, content); end
|
574
|
+
def stderr; end
|
575
|
+
def stdout; end
|
576
|
+
def terminal_width; end
|
577
|
+
def truncate(string, width); end
|
578
|
+
def unix?; end
|
579
|
+
def yes?(statement, color = nil); end
|
580
|
+
end
|