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
printf" Location of the rush config file.\n Default: ~/rush.ini\n"
81
+
printf" Location of the rush config file\n Default: ~/rush.ini\n"
82
82
echo
83
83
84
84
fi
@@ -224,40 +224,40 @@ rush_clone_usage() {
224
224
# :command.usage_flags
225
225
# :flag.usage
226
226
echo" --ssh, -s"
227
-
printf" Clone using SSH instead of HTTPS.\n"
227
+
printf" Clone using SSH instead of HTTPS\n"
228
228
echo
229
229
230
230
# :flag.usage
231
231
echo" --default, -d"
232
-
printf" Set this as the default repository (same as '--name default').\n"
232
+
printf" Set this as the default repository (same as '--name default')\n"
233
233
echo
234
234
235
235
# :flag.usage
236
236
echo" --name, -n NAME"
237
-
printf" Name to use in the config file.\n Default: GitHub user\n"
237
+
printf" Name to use in the config file\n Default: GitHub user\n"
238
238
echo
239
239
240
240
# :flag.usage
241
241
echo" --shallow, -w"
242
-
printf" Perform a shallow clone, instead of the default full clone.\n"
242
+
printf" Perform a shallow clone, instead of the default full clone\n"
243
243
echo
244
244
245
245
# :flag.usage
246
246
echo" --ignore, -i"
247
-
printf" Ignore (do not clone) if a repository with this name exists.\n"
247
+
printf" Ignore (do not clone) if a repository with this name exists\n"
248
248
echo
249
249
250
250
# :command.usage_args
251
251
printf"Arguments:\n"
252
252
253
253
# :argument.usage
254
254
echo" GITHUB_USER"
255
-
printf" Github user.\n This user is expected to have a repository named 'rush-repo'.\n If you need to use a different name, use the 'user/repo' syntax.\n"
255
+
printf" Github user\n This user is expected to have a repository named 'rush-repo'.\n If you need to use a different name, use the 'user/repo' syntax.\n"
256
256
echo
257
257
258
258
# :argument.usage
259
259
echo" PATH"
260
-
printf" Local path to clone the repository to.\n Default: ~/rush-repos/<github_user>/<github_repo>\n"
260
+
printf" Local path to clone the repository into\n Default: ~/rush-repos/<github_user>/<github_repo>\n"
printf" Clone the repository if it is not found locally.\n This flag will look for a GitHub user with the same name as the\n repository, and attempt to clone their rush-repo repository.\n"
483
+
printf" Clone the repository if it is not found locally\n This flag will look for a GitHub user with the same name as the\n repository, and attempt to clone their rush-repo repository.\n"
484
484
echo
485
485
486
486
# :flag.usage
487
487
echo" --force, -f"
488
-
printf" Force installation.\n This may mean different things in different packages.\n"
488
+
printf" Force installation\n This may mean different things in different packages.\n"
489
489
echo
490
490
491
491
# :flag.usage
@@ -498,7 +498,7 @@ rush_get_usage() {
498
498
499
499
# :argument.usage
500
500
echo" PACKAGE"
501
-
printf" Package name.\n This can either be the package name without the repository name (in\n this case, the default repository will be used) or in the form of\n 'repo:package'.\n"
501
+
printf" Package name\n This can either be the package name without the repository name (in\n this case, the default repository will be used) or in the form of\n 'repo:package'.\n"
502
502
echo
503
503
504
504
# :command.usage_examples
@@ -530,7 +530,7 @@ rush_undo_usage() {
530
530
echo
531
531
532
532
printf"Usage:\n"
533
-
printf" rush undo PACKAGE\n"
533
+
printf" rush undo PACKAGE [OPTIONS]\n"
534
534
printf" rush undo --help | -h\n"
535
535
echo
536
536
@@ -543,12 +543,18 @@ rush_undo_usage() {
543
543
printf" Show this help\n"
544
544
echo
545
545
546
+
# :command.usage_flags
547
+
# :flag.usage
548
+
echo" --verbose, -v"
549
+
printf" Show additional details if possible\n"
550
+
echo
551
+
546
552
# :command.usage_args
547
553
printf"Arguments:\n"
548
554
549
555
# :argument.usage
550
556
echo" PACKAGE"
551
-
printf" Package name.\n This can either be the package name without the repository name (in\n this case, the default repository will be used) or in the form of\n 'repo:package'.\n"
557
+
printf" Package name\n This can either be the package name without the repository name (in\n this case, the default repository will be used) or in the form of\n 'repo:package'.\n"
printf" Force installation\n This may mean different things in different packages.\n"
602
+
echo
603
+
604
+
# :flag.usage
605
+
echo" --verbose, -v"
606
+
printf" Show additional details if possible.\n"
607
+
echo
608
+
592
609
# :command.usage_args
593
610
printf"Arguments:\n"
594
611
595
612
# :argument.usage
596
613
echo" GITHUB_USER"
597
-
printf" Github user.\n This user is expected to have a repository named 'rush-repo'.\n If you need to use a different name, use the 'user/repo' syntax.\n"
614
+
printf" Github user\n This user is expected to have a repository named 'rush-repo'.\n If you need to use a different name, use the 'user/repo' syntax.\n"
598
615
echo
599
616
600
617
# :argument.usage
@@ -640,20 +657,20 @@ rush_copy_usage() {
640
657
# :command.usage_flags
641
658
# :flag.usage
642
659
echo" --force, -f"
643
-
printf" Copy the package even if it already exists in the target repository.\n"
660
+
printf" Copy the package even if it already exists in the target repository\n"
644
661
echo
645
662
646
663
# :command.usage_args
647
664
printf"Arguments:\n"
648
665
649
666
# :argument.usage
650
667
echo" SOURCE_PACKAGE"
651
-
printf" Source package name.\n This can either be the package name without the repository name (in\n this case, the default repository will be used) or in the form of\n 'repo:package'.\n"
668
+
printf" Source package name\n This can either be the package name without the repository name (in\n this case, the default repository will be used) or in the form of\n 'repo:package'.\n"
652
669
echo
653
670
654
671
# :argument.usage
655
672
echo" TARGET_PACKAGE"
656
-
printf" Target package name.\n This can either be the package name without the repository name (in\n this case, the default repository will be used) or in the form of\n 'repo:package'.\n If left empty, the package will be copied with the same name to the\n default repository.\n"
673
+
printf" Target package name\n This can either be the package name without the repository name (in\n this case, the default repository will be used) or in the form of\n 'repo:package'.\n If left empty, the package will be copied with the same name to the\n default repository.\n"
657
674
echo
658
675
659
676
# :command.usage_examples
@@ -703,7 +720,7 @@ rush_info_usage() {
703
720
704
721
# :argument.usage
705
722
echo" PACKAGE"
706
-
printf" Package name.\n This can either be the package name without the repository name (in\n this case, the default repository will be used) or in the form of\n 'repo:package'.\n"
723
+
printf" Package name\n This can either be the package name without the repository name (in\n this case, the default repository will be used) or in the form of\n 'repo:package'.\n"
707
724
echo
708
725
709
726
# :command.usage_examples
@@ -747,20 +764,20 @@ rush_list_usage() {
747
764
# :command.usage_flags
748
765
# :flag.usage
749
766
echo" --simple, -s"
750
-
printf" Show only package names.\n"
767
+
printf" Show only package names\n"
751
768
echo
752
769
753
770
# :flag.usage
754
771
echo" --all, -a"
755
-
printf" Show nested packages as well.\n"
772
+
printf" Show nested packages as well\n"
756
773
echo
757
774
758
775
# :command.usage_args
759
776
printf"Arguments:\n"
760
777
761
778
# :argument.usage
762
779
echo" REPO_OR_PACKAGE"
763
-
printf" Repository name or package name.\n - Leave blank to show all packages in all repositories.\n - Provide a repository name to show only packages in this repository.\n - Provide a package name (may be in the form of 'repo:package') to\n show nested packages.\n"
780
+
printf" Repository name or package name\n - Leave blank to show all packages in all repositories.\n - Provide a repository name to show only packages in this repository.\n - Provide a package name (may be in the form of 'repo:package') to\n show nested packages.\n"
764
781
echo
765
782
766
783
# :command.usage_examples
@@ -809,7 +826,7 @@ rush_search_usage() {
809
826
810
827
# :argument.usage
811
828
echo" TEXT"
812
-
printf" Text to search for.\n"
829
+
printf" Text to search for\n"
813
830
echo
814
831
815
832
fi
@@ -849,12 +866,12 @@ rush_edit_usage() {
849
866
850
867
# :argument.usage
851
868
echo" PACKAGE"
852
-
printf" Package name.\n This can either be the package name without the repository name (in\n this case, the default repository will be used) or in the form of\n 'repo:package'.\n"
869
+
printf" Package name\n This can either be the package name without the repository name (in\n this case, the default repository will be used) or in the form of\n 'repo:package'.\n"
853
870
echo
854
871
855
872
# :argument.usage
856
873
echo" FILE"
857
-
printf" File to edit.\n Default: main\n"
874
+
printf" File to edit\n Default: main\n"
858
875
echo
859
876
860
877
fi
@@ -891,12 +908,12 @@ rush_show_usage() {
891
908
892
909
# :argument.usage
893
910
echo" PACKAGE"
894
-
printf" Package name.\n This can either be the package name without the repository name (in\n this case, the default repository will be used) or in the form of\n 'repo:package'.\n"
911
+
printf" Package name\n This can either be the package name without the repository name (in\n this case, the default repository will be used) or in the form of\n 'repo:package'.\n"
895
912
echo
896
913
897
914
# :argument.usage
898
915
echo" FILE"
899
-
printf" File to show (show all if not specified).\n"
916
+
printf" File to show (show all if not specified)\n"
0 commit comments