@@ -802,7 +802,8 @@ subroutine set_help()
802
802
' [--list] [--compiler COMPILER_NAME] [--config-file PATH] [-- ARGS] ' , &
803
803
' install [--profile PROF] [--flag FFLAGS] [--no-rebuild] [--prefix PATH] ' , &
804
804
' [--config-file PATH] [--registry-cache] [options] ' , &
805
- ' clean [--skip] [--all] [--config-file PATH] [--registry-cache] ' , &
805
+ ' clean [--skip|--all] [--test] [--apps] [--examples] [--config-file PATH] ' , &
806
+ ' [--registry-cache] ' , &
806
807
' publish [--token TOKEN] [--show-package-version] [--show-upload-data] ' , &
807
808
' [--dry-run] [--verbose] [--config-file PATH] ' , &
808
809
' ' ]
@@ -912,7 +913,7 @@ subroutine set_help()
912
913
' + list Display brief descriptions of all subcommands. ' , &
913
914
' + install Install project. ' , &
914
915
' + clean Delete directories in the "build/" directory, except ' , &
915
- ' dependencies. Prompts for confirmation to delete. ' , &
916
+ ' dependencies. Use --test/--apps/--examples for selective. ' , &
916
917
' + publish Publish package to the registry. ' , &
917
918
' ' , &
918
919
' Their syntax is ' , &
@@ -933,7 +934,8 @@ subroutine set_help()
933
934
' list [--list] ' , &
934
935
' install [--profile PROF] [--flag FFLAGS] [--no-rebuild] [--prefix PATH] ' , &
935
936
' [options] [--config-file PATH] [--registry-cache] ' , &
936
- ' clean [--skip] [--all] [--config-file PATH] [--registry-cache] ' , &
937
+ ' clean [--skip|--all] [--test] [--apps] [--examples] [--config-file PATH] ' , &
938
+ ' [--registry-cache] ' , &
937
939
' publish [--token TOKEN] [--show-package-version] [--show-upload-data] ' , &
938
940
' [--dry-run] [--verbose] [--config-file PATH] ' , &
939
941
' ' , &
0 commit comments