diff --git a/Cargo.lock b/Cargo.lock index 42da058..d80625d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -468,7 +468,7 @@ dependencies = [ [[package]] name = "nurl" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index a849955..f9730af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nurl" -version = "0.3.1" +version = "0.3.2" authors = ["figsoda "] edition = "2021" description = "Generate Nix fetcher calls from repository URLs" diff --git a/README.md b/README.md index f4b9d65..130fac6 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,8 @@ Options: -f, --fetcher specify the fetcher function instead of inferring from the URL [possible values: fetchFromBitbucket, fetchFromGitHub, fetchFromGitLab, fetchFromGitea, fetchFromGitiles, - fetchFromRepoOrCz, fetchFromSourcehut, fetchgit, fetchhg] + fetchFromRepoOrCz, fetchFromSourcehut, fetchgit, fetchhg, + fetchsvn] -i, --indent extra indentation (in number of spaces) [default: 0] -j, --json output in json format -a, --arg additional arguments to pass to the fetcher @@ -54,7 +55,10 @@ Options: expressions -l, --list-fetchers List all available fetchers -L, --list-possible-fetchers List all fetchers that can be generated without --fetcher - -h, --help Print help information + -s, --list-sep Print out the listed fetchers with the specified separator, + only used when --list-fetchers or --list-possible-fetchers is + specified + -h, --help Print help information (use `--help` for more detail) -V, --version Print version information ```