You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewriter always preserves formatting, so the flag is no longer needed.
Keep the option for backwards compatibility but mark it as deprecated.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
opts.on("-d","--dir DIRNAME","Load RDoc from DIRNAME"){|d| source.extra_dirs << Pathname(d)}
985
983
opts.on("--[no-]arglists","Generate arglists section (defaults to true)"){|b| annotator.include_arg_lists=b}
986
984
opts.on("--[no-]filename","Include source file name in the documentation (defaults to true)"){|b| annotator.include_filename=b}
987
-
opts.on("--[no-]preserve","Try preserve the format of the original file (defaults to true)"){|b| preserve=b}
985
+
opts.on("--[no-]preserve","[Deprecated] It always preserves the format"){stdout.puts"The `--preserve` option is deprecated. The tool always preserves the format of RBS files."}
0 commit comments