ycl

Artifact [173b220a1b]
Login

Artifact [173b220a1b]

Artifact 173b220a1b68f8fb5637bcf6226a857b81dffeaf:


#! /bin/env tclsh

package require {ycl flow step}

package require {ycl file signature}
namespace import [yclprefix]::file::signature::sha256sig

[yclprefix] flow step spawn [namespace current]

variable doc::configure [[namespace current] $ doc::configure]
dict set doc::configure args target description {
	The name of a file.
}
proc exists {_ target} {
	file exists $target
}