Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
henilp105 committed Jun 23, 2024
1 parent 0f668a5 commit dad1f49
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions src/fpm_command_line.f90
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,9 @@ subroutine set_help()
' install [--profile PROF] [--flag FFLAGS] [--no-rebuild] [--prefix PATH] ', &
' [options] ', &
' clean [--skip] [--all] [--registry-cache] ', &
' search [--query] [--page] ', &
' search [--query query] [--page page] [--registry URL] [--namespace namespace] ', &
' [--package package] [--package_version version] [--license license] ', &
' [--limit <10>] [--sort-by <name>] [--sort <asc/desc>] ', &
' publish [--token TOKEN] [--show-package-version] [--show-upload-data] ', &
' [--dry-run] [--verbose] ', &
' ']
Expand Down Expand Up @@ -1041,7 +1043,9 @@ subroutine set_help()
' install [--profile PROF] [--flag FFLAGS] [--no-rebuild] [--prefix PATH] ', &
' [options] ', &
' clean [--skip] [--all] [--registry-cache] ', &
' search [--query] [--page] ', &
' search [--query query] [--page page] [--registry URL] [--namespace namespace] ', &
' [--package package] [--package_version version] [--license license] ', &
' [--limit <10>] [--sort-by <name>] [--sort <asc/desc>] ', &
' publish [--token TOKEN] [--show-package-version] [--show-upload-data] ', &
' [--dry-run] [--verbose] ', &
' ', &
Expand Down Expand Up @@ -1541,12 +1545,21 @@ subroutine set_help()
' fpm search', &
'', &
'DESCRIPTION', &
' Prompts the user to search deletion of the build. If affirmative,', &
' directories in the build/ directory are deleted, except dependencies.', &
' Use the --registry-cache option to delete the registry cache.', &
' Search for packages in the local directory and the fpm-registry, ', &
' supports package search by name, namespace, query (description and README.md)' &
' and license from the registries (local and remote).', &
'', &
'OPTIONS', &
' --registry-cache Delete registry cache.', &
' --query Search query (supports wildcard).', &
' --page Page number for results.', &
' --registry URL of the registry to query.', &
' --namespace Namespace to filter results.', &
' --package Package name to filter results.', &
' --package_version Version of the package to filter results.', &
' --license License type to filter results.', &
' --limit Maximum number of results to return.', &
' --sort-by Field to sort results by (e.g., name).', &
' --sort Sort order (asc for ascending, desc for descending).', &
'' ]
help_publish=[character(len=80) :: &
'NAME', &
Expand Down

0 comments on commit dad1f49

Please sign in to comment.