Opened at 2012-12-17T22:03:04Z
Last modified at 2012-12-17T22:05:14Z
#1894 new defect
add --interactive and --no-clobber options to 'tahoe cp'
| Reported by: | davidsarah | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | undecided |
| Component: | code-frontend-cli | Version: | 1.9.2 |
| Keywords: | interactive no-clobber usability tahoe-cp | Cc: | frederik.braun+tahoe@… |
| Launchpad Bug: |
Description
$ cp --help
...
-i, --interactive prompt before overwrite (overrides a previous -n
option)
...
-n, --no-clobber do not overwrite an existing file (overrides
a previous -i option)
Change History (2)
comment:1 Changed at 2012-12-17T22:04:24Z by davidsarah
comment:2 Changed at 2012-12-17T22:05:14Z by ChosenOne
- Cc frederik.braun+tahoe@… added
Note: See
TracTickets for help on using
tickets.

I would just have these options mutually exclusive, rather than having them override each other.