Skip to content

Commit

Permalink
suggested updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed Aug 25, 2023
1 parent 218ca4a commit d379efc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
16 changes: 8 additions & 8 deletions src/ape_pm/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,14 @@ def remove(cli_ctx, package, versions, yes):
This command removes a package from the installed packages.
If specific versions are provided, only those versions of the package will be removed.
If no versions are provided, the command will prompt you to choose versions to remove.
You can also choose to remove all versions of the package.
Examples:
- \nRemove specific versions: ape pm remove OpenZeppelin 4.9.0 4.9.3
- \nPrompt to choose versions: ape pm remove OpenZeppelin
- \nRemove all versions: ape pm remove OpenZeppelin -y
If specific versions are provided, only those versions of the package will be
removed. If no versions are provided, the command will prompt you to choose
versions to remove. You can also choose to remove all versions of the package.
Examples:\n
- Remove specific versions: ape pm remove OpenZeppelin 4.9.0 4.9.3\n
- Prompt to choose versions: ape pm remove OpenZeppelin\n
- Remove all versions: ape pm remove OpenZeppelin -y
"""
package_dir = cli_ctx.dependency_manager.DATA_FOLDER / "packages" / package
if not package_dir.is_dir():
Expand Down
3 changes: 0 additions & 3 deletions tests/integration/cli/projects/ape-pm-test/ape-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
dependencies:
# - name: Uniswap-periphery
# github: uniswap/v3-periphery
# ref: 1.3.0
- name: Uniswap-core
github: uniswap/v3-core
ref: 1.0.0
Expand Down

0 comments on commit d379efc

Please sign in to comment.