Skip to content
This repository was archived by the owner on Mar 25, 2024. It is now read-only.

Commit 0fb97e9

Browse files
committed
update readme
1 parent 9f384e1 commit 0fb97e9

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Keeping the trash in your ./vendor dir to a minimum.
44

55
## How to use
66

7-
Make sure you're using Go-1.6+ (or Go-1.5.x and `GO15VENDOREXPERIMENT=1` is in your environment).
7+
Make sure you're using go1.6 or later version.
88

99
0. Download and extract `trash` to your PATH
1010
1. Copy `trash.conf` file to your project and edit to your needs.
@@ -57,20 +57,21 @@ USAGE:
5757
trash [global options] command [command options] [arguments...]
5858
5959
VERSION:
60-
0.1.0
60+
v0.2.3
6161
6262
AUTHOR(S):
6363
@imikushin, @ibuildthecloud
6464
6565
COMMANDS:
66-
help, h Shows a list of commands or help for one command
66+
help, h Shows a list of commands or help for one command
6767
6868
GLOBAL OPTIONS:
69-
--file, -f "trash.conf" Vendored packages list
70-
--directory, -C "." The directory in which to run, --file is relative to this
71-
--keep, -k Keep all downloaded vendor code (preserving .git dirs)
72-
--debug, -d Debug logging
73-
--cache "/home/darren/.trash-cache" Cache directory [$TRASH_CACHE]
74-
--help, -h show help
75-
--version, -v print the version
69+
--file value, -f value Vendored packages list (default: "trash.conf")
70+
--directory value, -C value The directory in which to run, --file is relative to this (default: ".")
71+
--keep, -k Keep all downloaded vendor code (preserving .git dirs)
72+
--update, -u Update vendored packages, add missing ones
73+
--debug, -d Debug logging
74+
--cache value Cache directory (default: "/Users/ivan/.trash-cache") [$TRASH_CACHE]
75+
--help, -h show help
76+
--version, -v print the version
7677
```

0 commit comments

Comments
 (0)