Commit 6caa471
committed
docs(versionadded): annotate new params on existing methods with 0.45
why: New parameters added to existing public methods need versionadded
annotations so users know when they became available. Several params
were missing annotations while others in the same methods had them.
what:
- Add versionadded 0.45 to send_keys: reset, copy_mode_cmd, repeat
- Add versionadded 0.45 to capture_pane: alternate_screen, quiet
- Add versionadded 0.45 to display_message: format_string, all_formats,
verbose, no_expand, target_client, delay, notify
- Add versionadded 0.45 to select: direction, last, keep_zoom, mark,
clear_mark, disable_input, enable_input
- Add versionadded 0.45 to last_pane: detach, keep_zoom, disable_input
- Add versionadded 0.45 to _show_options_raw: quiet, values_only
(also document these params in the docstring)1 parent 65838ca commit 6caa471
3 files changed
Lines changed: 52 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
817 | 817 | | |
818 | 818 | | |
819 | 819 | | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
820 | 828 | | |
821 | 829 | | |
822 | 830 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
| 380 | + | |
| 381 | + | |
380 | 382 | | |
381 | 383 | | |
382 | 384 | | |
| 385 | + | |
| 386 | + | |
383 | 387 | | |
384 | 388 | | |
385 | 389 | | |
| |||
481 | 485 | | |
482 | 486 | | |
483 | 487 | | |
| 488 | + | |
| 489 | + | |
484 | 490 | | |
485 | 491 | | |
486 | 492 | | |
| 493 | + | |
| 494 | + | |
487 | 495 | | |
488 | 496 | | |
| 497 | + | |
| 498 | + | |
489 | 499 | | |
490 | 500 | | |
491 | 501 | | |
| |||
633 | 643 | | |
634 | 644 | | |
635 | 645 | | |
| 646 | + | |
| 647 | + | |
636 | 648 | | |
637 | 649 | | |
| 650 | + | |
| 651 | + | |
638 | 652 | | |
639 | 653 | | |
| 654 | + | |
| 655 | + | |
640 | 656 | | |
641 | 657 | | |
| 658 | + | |
| 659 | + | |
642 | 660 | | |
643 | 661 | | |
| 662 | + | |
| 663 | + | |
644 | 664 | | |
645 | 665 | | |
| 666 | + | |
| 667 | + | |
646 | 668 | | |
647 | 669 | | |
| 670 | + | |
| 671 | + | |
648 | 672 | | |
649 | 673 | | |
650 | 674 | | |
| |||
807 | 831 | | |
808 | 832 | | |
809 | 833 | | |
| 834 | + | |
| 835 | + | |
810 | 836 | | |
811 | 837 | | |
| 838 | + | |
| 839 | + | |
812 | 840 | | |
813 | 841 | | |
| 842 | + | |
| 843 | + | |
814 | 844 | | |
815 | 845 | | |
| 846 | + | |
| 847 | + | |
816 | 848 | | |
817 | 849 | | |
| 850 | + | |
| 851 | + | |
818 | 852 | | |
819 | 853 | | |
| 854 | + | |
| 855 | + | |
820 | 856 | | |
821 | 857 | | |
822 | 858 | | |
| 859 | + | |
| 860 | + | |
823 | 861 | | |
824 | 862 | | |
825 | 863 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
| 419 | + | |
| 420 | + | |
419 | 421 | | |
420 | 422 | | |
| 423 | + | |
| 424 | + | |
421 | 425 | | |
422 | 426 | | |
423 | 427 | | |
| 428 | + | |
| 429 | + | |
424 | 430 | | |
425 | 431 | | |
426 | 432 | | |
| |||
0 commit comments