diff options
| author | Petter Rasmussen | 2016-02-21 16:15:11 +0100 |
|---|---|---|
| committer | Petter Rasmussen | 2016-02-21 16:15:11 +0100 |
| commit | f20a7f8125d3250eeea106860009b44dca9513dd (patch) | |
| tree | da0e46e00c60f72231d6603cde7b4ae599cebbf6 /gdrive.go | |
| parent | 9ee98bcb544c3c7da54e4674c219d459cf01a133 (diff) | |
| download | gdrive-f20a7f8125d3250eeea106860009b44dca9513dd.tar.bz2 | |
Add --absolute flag to show abs path to file
Diffstat (limited to 'gdrive.go')
| -rw-r--r-- | gdrive.go | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -72,6 +72,12 @@ func main() { DefaultValue: DefaultNameWidth, }, cli.BoolFlag{ + Name: "absPath", + Patterns: []string{"--absolute"}, + Description: "Show absolute path to file (will only show path from first parent)", + OmitValue: true, + }, + cli.BoolFlag{ Name: "skipHeader", Patterns: []string{"--no-header"}, Description: "Dont print the header", |
