racket/racket/collects/pkg
ben c15a357417 add #:exact-columns option to table-display
Least invasive change I could think of to solve #1252.
When `--full-checksum` is set, never truncates the checksum column.

Examples:
```
$ raco pkg show typed-racket
Installation-wide:
 Package       Checksum               Source
 typed-racket  32d0a97058b797a8ef...  clone...=typed-racket
User-specific for installation "development":
 [none]
```

```
$ raco pkg show --full-checksum typed-racket
Installation-wide:
 Package       Checksum                                  Source
 typed-racket  32d0a97058b797a8efe794336dde069156b98630  clone...=typed-racket
User-specific for installation "development":
 [none]
```

```
$ raco pkg show --long typed-racket
Installation-wide:
 Package         Checksum                                    Source
 typed-racket    32d0a97058b797a8efe794336dde069156b98630    (clone "/Users/ben/code/racket/fork/extra-pkgs/typed-racket/typed-racket" "git://github.com/racket/typed-racket/?path=typed-racket")
User-specific for installation "development":
 [none]
```
2016-02-23 19:23:08 -05:00
..
private add #:exact-columns option to table-display 2016-02-23 19:23:08 -05:00
commands.rkt Add raco pkg archive. 2014-09-19 11:03:26 -04:00
db.rkt pkg/db: add support for grouping calls as a single transaction 2014-11-26 06:53:03 -07:00
dirs-catalog.rkt pkg/dirs-catalog added 2014-12-07 11:19:29 -07:00
info.rkt
lib.rkt raco pkg: make network-retries configurable 2015-09-11 16:53:30 -06:00
main.rkt Typo: clonse -> clones. 2016-01-06 19:52:31 -06:00
name.rkt prohibit directory indicators in "git:....?path=" as a package source 2015-09-11 16:53:30 -06:00
path.rkt pkg/path: fix problems with path->pkg and case or nonexistent 2014-12-09 14:09:53 -07:00
raco.rkt
strip.rkt add cross-system-type and cross-system-library-subpath 2015-08-27 12:01:31 -06:00