// file : bdep/sync.cli // copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; "\section=1" "\name=bdep-sync" "\summary=synchronize project and build configurations" namespace bdep { { " ", "\h|SYNOPSIS| \c{\b{bdep sync} [] [] []} \c{ = \b{--directory}|\b{-d} \n = (\b{--directory}|\b{-d} )... | \n = (\b{@} | \b{--config}|\b{-c} )... | \b{--all}|\b{-a}} \h|DESCRIPTION| The \cb{sync} command..." } // Note that not all project/configuration options are valid for all // subcommands. // class cmd_sync_options: project_options { "\h|SYNC OPTIONS|" bool --fetch|-f { "Perform the \cb{fetch} command prior to synchronization." } bool --fetch-full|-F { "Perform the \cb{fetch --full} command prior to synchronization." } }; }