File: scriptisto-build.1

package info (click to toggle)
rust-scriptisto 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 420 kB
  • sloc: python: 25; ansic: 16; java: 11; pascal: 9; javascript: 8; cpp: 8; cs: 7; lisp: 5; f90: 5; cobol: 5; ml: 4; makefile: 4; haskell: 2
file content (19 lines) | stat: -rw-r--r-- 621 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH scriptisto-build 1  "scriptisto-build " 
.SH NAME
scriptisto\-build \- Build a script without running
.SH SYNOPSIS
\fBscriptisto build\fR [\fB\-b\fR|\fB\-\-build\-mode\fR] [\fB\-h\fR|\fB\-\-help\fR] <\fISCRIPT_SRC\fR> 
.SH DESCRIPTION
Build a script without running
.SH OPTIONS
.TP
\fB\-b\fR, \fB\-\-build\-mode\fR=\fIBUILD_MODE\fR
Build mode. If unset, only builds if necessary. "source" \- to rebuild each time. "full" to fully re\-fetch Docker image and run `build_once_cmd`
.TP
\fB\-h\fR, \fB\-\-help\fR
Print help information
.TP
<\fISCRIPT_SRC\fR>
A path to a script to build