submodule-kit-0.1.0 is not a library.
Visit the last successful build:
submodule-kit-0.2.2
Command-Line Help for submodule-kit
This document contains the help content for the submodule-kit command-line program.
Command Overview:
submodule-kit
A CLI toolkit for managing git submodules
Usage: submodule-kit <COMMAND>
Subcommands:
list— List all submodulesis— Check one or more conditions about submodules; exits 0 (all true) or 1 (any false)
submodule-kit list
List all submodules
Usage: submodule-kit list
submodule-kit is
Check one or more conditions about submodules; exits 0 (all true) or 1 (any false)
Usage: submodule-kit is [CONDITIONS]...
Arguments:
-
<CONDITIONS>Possible values:
all-up-to-date: Check whether every submodule's parent-recorded commit matches the tip of its remote branchpopulated: Check whether all submodules have been initialized and cloned locallyclean: Check whether all submodules have no uncommitted changessynced: Check whether each submodule's locally checked-out commit matches what the parent recordson-branch: Check whether all submodules are checked out on their configured branch (not detached HEAD)
This document was generated automatically by clap-markdown.
License
MIT — see LICENSE