-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 46f76a3
Showing
38 changed files
with
17,073 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
searcher nimph.html#searcher,seq[string] nimph: searcher(args: seq[string]; strict = false; log_level = logLevel;\n safe_mode = false; quiet = true; network = true; force = false;\n dry_run = false): int | ||
fixer nimph.html#fixer nimph: fixer(strict = false; log_level = logLevel; safe_mode = false; quiet = false;\n network = true; force = false; dry_run = false): int | ||
nimbler nimph.html#nimbler,seq[string] nimph: nimbler(args: seq[string]; strict = false; log_level = logLevel;\n safe_mode = false; quiet = true; network = true; force = false;\n dry_run = false): int | ||
pather nimph.html#pather,seq[string] nimph: pather(names: seq[string]; strict = false; log_level = logLevel;\n safe_mode = false; quiet = true; network = true; force = false;\n dry_run = false): int | ||
runner nimph.html#runner,seq[string] nimph: runner(args: seq[string]; git = false; strict = false; log_level = logLevel;\n safe_mode = false; quiet = true; network = true; force = false;\n dry_run = false): int | ||
updowner nimph.html#updowner,seq[string],RollGoal nimph: updowner(names: seq[string]; goal: RollGoal; strict = false;\n log_level = logLevel; safe_mode = false; quiet = true; network = true;\n force = false; dry_run = false): int | ||
roller nimph.html#roller,seq[string] nimph: roller(names: seq[string]; strict = false; log_level = logLevel;\n safe_mode = false; quiet = false; network = true; force = false;\n dry_run = false): int | ||
grapher nimph.html#grapher,seq[string] nimph: grapher(names: seq[string]; strict = false; log_level = logLevel;\n safe_mode = false; quiet = true; network = true; force = false;\n dry_run = false): int | ||
lockfiler nimph.html#lockfiler,seq[string] nimph: lockfiler(names: seq[string]; strict = false; log_level = logLevel;\n safe_mode = false; quiet = false; network = true; force = false;\n dry_run = false): int | ||
unlockfiler nimph.html#unlockfiler,seq[string] nimph: unlockfiler(names: seq[string]; strict = false; log_level = logLevel;\n safe_mode = false; quiet = false; network = true; force = false;\n dry_run = false): int | ||
tagger nimph.html#tagger nimph: tagger(strict = false; log_level = logLevel; safe_mode = false; quiet = false;\n network = true; force = false; dry_run = false): int | ||
forker nimph.html#forker,seq[string] nimph: forker(names: seq[string]; strict = false; log_level = logLevel;\n safe_mode = false; quiet = false; network = true; force = false;\n dry_run = false): int | ||
cloner nimph.html#cloner,seq[string] nimph: cloner(args: seq[string]; strict = false; log_level = logLevel;\n safe_mode = false; quiet = true; network = true; force = false;\n dry_run = false): int |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
toJson nimph/asjson.html#toJson,Operator asjson: toJson(operator: Operator): JsonNode | ||
toOperator nimph/asjson.html#toOperator,JsonNode asjson: toOperator(js: JsonNode): Operator | ||
toJson nimph/asjson.html#toJson,Version asjson: toJson(version: Version): JsonNode | ||
toVersion nimph/asjson.html#toVersion,JsonNode asjson: toVersion(js: JsonNode): Version | ||
toJson nimph/asjson.html#toJson,VersionMask asjson: toJson(mask: VersionMask): JsonNode | ||
toVersionMask nimph/asjson.html#toVersionMask,JsonNode asjson: toVersionMask(js: JsonNode): VersionMask | ||
toJson nimph/asjson.html#toJson,Release asjson: toJson(release: Release): JsonNode | ||
toRelease nimph/asjson.html#toRelease,JsonNode asjson: toRelease(js: JsonNode): Release | ||
toJson nimph/asjson.html#toJson,Requirement asjson: toJson(requirement: Requirement): JsonNode | ||
toRequirement nimph/asjson.html#toRequirement,JsonNode asjson: toRequirement(js: JsonNode): Requirement | ||
toJson nimph/asjson.html#toJson,DistMethod asjson: toJson(dist: DistMethod): JsonNode | ||
toDistMethod nimph/asjson.html#toDistMethod,JsonNode asjson: toDistMethod(js: JsonNode): DistMethod | ||
toJson nimph/asjson.html#toJson,Uri asjson: toJson(uri: Uri): JsonNode | ||
toUri nimph/asjson.html#toUri,JsonNode asjson: toUri(js: JsonNode): Uri |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
ProjectCfgParsed nimph/config.html#ProjectCfgParsed config: ProjectCfgParsed | ||
NimphConfig nimph/config.html#NimphConfig config: NimphConfig | ||
parseConfigFile nimph/config.html#parseConfigFile,string config: parseConfigFile(path: string): Option[ConfigRef] | ||
loadAllCfgs nimph/config.html#loadAllCfgs,string config: loadAllCfgs(directory: string): ConfigRef | ||
appendConfig nimph/config.html#appendConfig,Target,string config: appendConfig(path: Target; config: string): bool | ||
parseProjectCfg nimph/config.html#parseProjectCfg,Target config: parseProjectCfg(input: Target): ProjectCfgParsed | ||
isEmpty nimph/config.html#isEmpty,NimphConfig config: isEmpty(config: NimphConfig): bool | ||
newNimphConfig nimph/config.html#newNimphConfig,string config: newNimphConfig(path: string): NimphConfig | ||
isStdLib nimph/config.html#isStdLib.t,ConfigRef,string config: isStdLib(config: ConfigRef; path: string): bool | ||
isStdlib nimph/config.html#isStdlib.t,ConfigRef,AbsoluteDir config: isStdlib(config: ConfigRef; path: AbsoluteDir): bool | ||
likelySearch nimph/config.html#likelySearch.i,ConfigRef,bool config: likelySearch(config: ConfigRef; libsToo: bool): string | ||
likelySearch nimph/config.html#likelySearch.i,ConfigRef,string,bool config: likelySearch(config: ConfigRef; repo: string; libsToo: bool): string | ||
likelyLazy nimph/config.html#likelyLazy.i,ConfigRef,int config: likelyLazy(config: ConfigRef; least = 0): string | ||
likelyLazy nimph/config.html#likelyLazy.i,ConfigRef,string,int config: likelyLazy(config: ConfigRef; repo: string; least = 0): string | ||
packagePaths nimph/config.html#packagePaths.i,ConfigRef config: packagePaths(config: ConfigRef; exists = true): string | ||
suggestNimbleDir nimph/config.html#suggestNimbleDir,ConfigRef,string,string config: suggestNimbleDir(config: ConfigRef; local = ""; global = ""): string | ||
removeSearchPath nimph/config.html#removeSearchPath,ConfigRef,Target,string config: removeSearchPath(config: ConfigRef; nimcfg: Target; path: string): bool | ||
addSearchPath nimph/config.html#addSearchPath,ConfigRef,Target,string config: addSearchPath(config: ConfigRef; nimcfg: Target; path: string): bool | ||
excludeSearchPath nimph/config.html#excludeSearchPath,ConfigRef,Target,string config: excludeSearchPath(config: ConfigRef; nimcfg: Target; path: string): bool | ||
extantSearchPaths nimph/config.html#extantSearchPaths.i,ConfigRef,int config: extantSearchPaths(config: ConfigRef; least = 0): string | ||
addLockerRoom nimph/config.html#addLockerRoom,NimphConfig,string,JsonNode config: addLockerRoom(config: var NimphConfig; name: string; room: JsonNode) | ||
getAllLockerRooms nimph/config.html#getAllLockerRooms,NimphConfig config: getAllLockerRooms(config: NimphConfig): JsonNode | ||
getLockerRoom nimph/config.html#getLockerRoom,NimphConfig,string config: getLockerRoom(config: NimphConfig; name: string): JsonNode |
Oops, something went wrong.