Created
January 5, 2019 00:55
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/tmp/tmp $ | |
~/tmp/tmp $ ./universal-prefetch -l | |
Fetchers: | |
- fetchCrate | |
- fetchDockerConfig | |
- fetchDockerLayer | |
- fetchFromBitbucket | |
- fetchFromGitHub | |
- fetchFromGitLab | |
- fetchFromRepoOrCz | |
- fetchFromSavannah | |
- fetchHex | |
- fetchMavenArtifact | |
- fetchNuGet | |
- fetchRepoProject | |
- fetchbower | |
- fetchbzr | |
- fetchcvs | |
- fetchdarcs | |
- fetchdocker | |
- fetchegg | |
- fetchfossil | |
- fetchgit | |
- fetchgitLocal | |
- fetchgitPrivate | |
- fetchgx | |
- fetchhg | |
- fetchipfs | |
- fetchmtn | |
- fetchpatch | |
- fetchs3 | |
- fetchsvn | |
- fetchsvnrevision | |
- fetchsvnssh | |
- fetchurl | |
- fetchurlBoot | |
- fetchzip | |
~/tmp/tmp $ ./universal-prefetch fetchFromGitHub --help | |
fetchFromGitHub: [options] | |
--fetchSubmodules=VALUE | |
--githubBase=VALUE | |
--name=VALUE | |
--owner=VALUE | |
--private=VALUE | |
--repo=VALUE | |
--rev=VALUE | |
--varPrefix=VALUE | |
~/tmp/tmp $ ./universal-prefetch fetchFromGitHub --owner NixOS --repo nixpkgs | |
error: 'fetchFromGitHub' at /etc/nixos/nixpkgs/pkgs/top-level/all-packages.nix:236:21 called without required argument 'rev', at (string):1:2 | |
~/tmp/tmp $ ./universal-prefetch fetchFromGitHub --owner NixOS --repo nixpkgs --rev master | |
04i1xrzyl3i3b1kmfx6f5z78sc66hwzyxd3v6i4zfqavvarw3w6s | |
~/tmp/tmp $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment