File: critcl_application.man

package info (click to toggle)
critcl 3.3.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 9,680 kB
  • sloc: ansic: 41,058; tcl: 12,090; sh: 7,230; pascal: 3,456; asm: 3,058; ada: 1,681; cpp: 1,001; cs: 879; makefile: 333; perl: 104; xml: 95; f90: 10
file content (45 lines) | stat: -rw-r--r-- 1,395 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[comment {-*- mode: tcl ; fill-column: 90 -*- doctools manpage}]
[comment {quadrant: reference}]
[include pkg_version.inc]
[manpage_begin critcl 1 [vset VERSION]]
[include include/module.inc]
[titledesc {CriTcl Application Reference}]
[description]
[para]
[include include/welcome.inc]
[para]

This document is the reference manpage for the [cmd critcl] command.
Its intended audience are people having to build packages using
[package critcl] for deployment. Writers of packages with embedded C
code can ignore this document.

[vset see_overview]

[para]

This application resides in the Application Layer of CriTcl.
[para][image arch_application][para].

[comment {= = == === ===== ======== ============= =====================}]

The application supports the following general command line:

[list_begin definitions]
[call [cmd critcl] [opt [arg option]...] [opt [arg file]...]]

The exact set of options supported, their meaning, and interaction is
detailed in section [sectref {Application Options}] below.

For a larger set of examples please see section "Building CriTcl Packages"
in the document about [manpage {Using CriTcl}].

[list_end]


[section {Application Options}]	[include include/aoptions.inc]
[section {Package Structure}]	[include include/pstructure.inc]

[comment {= = == === ===== ======== ============= =====================}]
[include include/feedback.inc]
[manpage_end]