Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 498 Bytes

remove.md

File metadata and controls

24 lines (17 loc) · 498 Bytes

forge remove

Remove one or multiple dependencies

$ forge remove --help
Usage: forge remove [OPTIONS] <DEPENDENCIES>...

Arguments:
  <DEPENDENCIES>...
          The dependencies you want to remove

Options:
      --root <PATH>
          The project's root path.
          
          By default root of the Git repository, if in one, or the current working directory.

  -f, --force
          Override the up-to-date check

  -h, --help
          Print help (see a summary with '-h')